Skip to content

Commit 7e2e4ff

Browse files
authored
LCD resolution
1 parent a8fe135 commit 7e2e4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/esp32s3box3/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ static const uint8_t T14 = 14;
7171
#define SDMMC_POWER 43 // Controls SDMMC Power
7272
#define BOARD_MAX_SDMMC_FREQ SDMMC_FREQ_DEFAULT
7373

74-
// 240x240 LCD
74+
// 320x240 LCD
7575
#define BOARD_HAS_SPI_LCD
7676
#define LCD_MODEL ST7789
77-
#define LCD_WIDTH 240
77+
#define LCD_WIDTH 240
7878
#define LCD_HEIGHT 320 // *RAM height is actually 320!
7979
#define LCD_MISO -1 // LCD Does not use MISO.
8080
#define LCD_DC 4 // Used to switch data and command status.

0 commit comments

Comments
 (0)