add tft
This commit is contained in:
+6
-5
@@ -6,11 +6,12 @@
|
||||
#define PIN_SDA (GPIO_NUM_7)
|
||||
#define PIN_SCL (GPIO_NUM_15)
|
||||
|
||||
#define PIN_LCD_MISO (GPIO_NUM_16)
|
||||
#define PIN_LCD_MOSI (GPIO_NUM_17)
|
||||
#define PIN_LCD_CLK (GPIO_NUM_18)
|
||||
#define PIN_LCD_RS (GPIO_NUM_8)
|
||||
#define PIN_LCD_RST (GPIO_NUM_9)
|
||||
#define PIN_TFT_CS (GPIO_NUM_NC)
|
||||
#define PIN_TFT_MISO (GPIO_NUM_16)
|
||||
#define PIN_TFT_MOSI (GPIO_NUM_17)
|
||||
#define PIN_TFT_CLK (GPIO_NUM_18)
|
||||
#define PIN_TFT_RS (GPIO_NUM_8)
|
||||
#define PIN_TFT_RST (GPIO_NUM_9)
|
||||
|
||||
#define PIN_USB_DM (GPIO_NUM_19)
|
||||
#define PIN_USB_DP (GPIO_NUM_20)
|
||||
|
||||
Reference in New Issue
Block a user