Somehow the bobbycar was blue since like forever

This commit is contained in:
CommanderRedYT
2022-05-15 23:42:24 +02:00
parent 367907d432
commit 5f27748675

View File

@ -20,7 +20,9 @@ void initScreen()
tft.fillScreen(TFT_WHITE);
tft.setTextColor(TFT_BLACK, TFT_WHITE);
tft.setTextFont(4);
espgui::tft.setSwapBytes(true);
tft.pushImage(0, 40, bobbyicons::logo.WIDTH, bobbyicons::logo.HEIGHT, bobbyicons::logo.buffer);
espgui::tft.setSwapBytes(false);
tft.drawString("Bobbycar-OS", 32, 200);
tft.drawString("booting...", 32, 225);
tft.setTextFont(2);