Skip to content

Commit 487bfd0

Browse files
Fix LCD_HEIGHT
1 parent 43e0499 commit 487bfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/fri3d_2024_esp32s3/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static const uint8_t SCK = 7;
3838
#define BOARD_HAS_SPI_LCD
3939
#define LCD_MODEL ST7789
4040
#define LCD_WIDTH 240
41-
#define LCD_HEIGHT 294
41+
#define LCD_HEIGHT 296
4242
#define LCD_MISO MISO
4343
#define LCD_DC 4 // Used to switch data and command status.
4444
#define LCD_CS 5 // used to enable LCD, low level to enable.

0 commit comments

Comments
 (0)