Skip to content

Commit 4263d55

Browse files
committed
screen height fix
1 parent ba96bb1 commit 4263d55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/display.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
#if defined RPC_LORA_DIGIGATE_1W
6969
#define SCREEN_HEIGHT 32
7070
#else
71-
#define SCREEN HEIGHT 64
71+
#define SCREEN_HEIGHT 64
7272
#endif
7373
Adafruit_SSD1306 display(128, SCREEN_HEIGHT, &Wire, OLED_RST);
7474
#endif

0 commit comments

Comments
 (0)