forked from xiaozhi/xiaozhi-esp32
fix: Moji LCD initialization configuration (#114)
* fix:Modify the README and add Moji images * fix: Moji LCD initialization configuration.
This commit is contained in:
@@ -34,5 +34,12 @@
|
||||
#define DISPLAY_BACKLIGHT_PIN GPIO_NUM_3
|
||||
#define DISPLAY_BACKLIGHT_OUTPUT_INVERT false
|
||||
|
||||
#define DISPLAY_SPI_SCLK_PIN GPIO_NUM_16
|
||||
#define DISPLAY_SPI_MOSI_PIN GPIO_NUM_17
|
||||
#define DISPLAY_SPI_CS_PIN GPIO_NUM_15
|
||||
#define DISPLAY_SPI_DC_PIN GPIO_NUM_7
|
||||
#define DISPLAY_SPI_RESET_PIN GPIO_NUM_18
|
||||
|
||||
#define DISPLAY_SPI_SCLK_HZ (40 * 1000 * 1000)
|
||||
|
||||
#endif // _BOARD_CONFIG_H_
|
||||
|
||||
Reference in New Issue
Block a user