screen height fix

This commit is contained in:
Ricardo Guzman (Richonguzman)
2026-04-20 12:56:03 -04:00
parent ba96bb135e
commit 4263d55839
+1 -1
View File
@@ -68,7 +68,7 @@
#if defined RPC_LORA_DIGIGATE_1W
#define SCREEN_HEIGHT 32
#else
#define SCREEN HEIGHT 64
#define SCREEN_HEIGHT 64
#endif
Adafruit_SSD1306 display(128, SCREEN_HEIGHT, &Wire, OLED_RST);
#endif