From 65e4e0702f531a36df93ac1c7ac3b29513d90aaf Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sat, 22 May 2021 12:33:19 +0200 Subject: [PATCH] use fixed colors for the wifi face --- lib/face/faceWifi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/face/faceWifi.cpp b/lib/face/faceWifi.cpp index e557cd5..a8dc97b 100644 --- a/lib/face/faceWifi.cpp +++ b/lib/face/faceWifi.cpp @@ -19,7 +19,7 @@ void showFaceWifi() GFXcanvas1 *canvas = displayGetCanvas(); // render - canvas->drawBitmap(0, 0, imageSTA, 640, 384, COLOR_BG, COLOR_FG); + canvas->drawBitmap(0, 0, imageSTA, 640, 384, 0x0000, 0xFFFF); // update screen displayFlush();