This commit is contained in:
2026-07-19 16:05:07 -05:00
parent 0d761b048f
commit 59d038efc2
9 changed files with 318 additions and 18 deletions
+6 -5
View File
@@ -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)