TFT display kinda draws stuff (badly)

This commit is contained in:
geeksville
2020-08-28 15:06:52 -07:00
parent 338445d175
commit e049eac38a
5 changed files with 104 additions and 31 deletions

View File

@@ -221,8 +221,12 @@ void setup()
#endif
// Initialize the screen first so we can show the logo while we start up everything else.
#ifdef ST7735_CS
screen.setup();
#else
if (ssd1306_found)
screen.setup();
#endif
screen.print("Started...\n");