From 9cfa9ccf67fcfa6b9909ad3fcd82539609343fcd Mon Sep 17 00:00:00 2001 From: Norbert Walter Date: Sun, 1 Mar 2026 16:15:02 +0000 Subject: [PATCH] Start TFT with black background --- lib/obp60task/obp60task.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/obp60task/obp60task.cpp b/lib/obp60task/obp60task.cpp index 963902b..6509020 100644 --- a/lib/obp60task/obp60task.cpp +++ b/lib/obp60task/obp60task.cpp @@ -391,6 +391,7 @@ void OBP60Task(GwApi *api){ #ifdef DISPLAY_ST7796 getpaneldisplay().setRotation(0); // Set display orientation (horizontal) + getpaneldisplay().fillRect(0, 0, 480, 320, GxEPD_BLACK); // Initialize full TFT screen to black #else getdisplay().setRotation(0); // Set display orientation (horizontal) #endif