From 4263d55839b656721d98a1fe6c8d19db54900c94 Mon Sep 17 00:00:00 2001 From: "Ricardo Guzman (Richonguzman)" Date: Mon, 20 Apr 2026 12:56:03 -0400 Subject: [PATCH] screen height fix --- src/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.cpp b/src/display.cpp index 73dc68e..9506725 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -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