Somehow the bobbycar was blue since like forever
This commit is contained in:
@ -20,7 +20,9 @@ void initScreen()
|
|||||||
tft.fillScreen(TFT_WHITE);
|
tft.fillScreen(TFT_WHITE);
|
||||||
tft.setTextColor(TFT_BLACK, TFT_WHITE);
|
tft.setTextColor(TFT_BLACK, TFT_WHITE);
|
||||||
tft.setTextFont(4);
|
tft.setTextFont(4);
|
||||||
|
espgui::tft.setSwapBytes(true);
|
||||||
tft.pushImage(0, 40, bobbyicons::logo.WIDTH, bobbyicons::logo.HEIGHT, bobbyicons::logo.buffer);
|
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("Bobbycar-OS", 32, 200);
|
||||||
tft.drawString("booting...", 32, 225);
|
tft.drawString("booting...", 32, 225);
|
||||||
tft.setTextFont(2);
|
tft.setTextFont(2);
|
||||||
|
Reference in New Issue
Block a user