We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fe135 commit 7e2e4ffCopy full SHA for 7e2e4ff
variants/esp32s3box3/pins_arduino.h
@@ -71,10 +71,10 @@ static const uint8_t T14 = 14;
71
#define SDMMC_POWER 43 // Controls SDMMC Power
72
#define BOARD_MAX_SDMMC_FREQ SDMMC_FREQ_DEFAULT
73
74
-// 240x240 LCD
+// 320x240 LCD
75
#define BOARD_HAS_SPI_LCD
76
#define LCD_MODEL ST7789
77
-#define LCD_WIDTH 240
+#define LCD_WIDTH 240
78
#define LCD_HEIGHT 320 // *RAM height is actually 320!
79
#define LCD_MISO -1 // LCD Does not use MISO.
80
#define LCD_DC 4 // Used to switch data and command status.
0 commit comments