Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c72c63e

Browse files
author
Francis Duvivier
committedAug 11, 2024·
feat(3rd party board): Fix LCD_HEIGHT for Fri3d Badge 2024
1 parent bd66fe0 commit c72c63e

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)
Please sign in to comment.