Skip to content

Commit fda5739

Browse files
aastefanovkrokodilerian
authored andcommitted
audio_board: fix blank display bug
1 parent 93bb495 commit fda5739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hardware/firmware/audio_board/src/display.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define TFT_DC (12)
1111
#define TFT_CS (10)
1212
#define TFT_MOSI (11)
13-
#define TFT_RST (0xFF)
13+
#define TFT_RST (24)
1414
#define TFT_SCK (13)
1515

1616
#define SCREEN_WIDTH 80 // OLED display width, in pixels

0 commit comments

Comments
 (0)