Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Ballmann 65e4e0702f use fixed colors for the wifi face 3 years ago

@ -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();

Loading…
Cancel
Save