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

@@ -99,9 +99,4 @@ void nrf52Setup()
// randomSeed(r);
DEBUG_MSG("FIXME, call randomSeed\n");
// ::printf("TESTING PRINTF\n");
// Setup TFT display - FIXME do somewhere else
#ifdef ST7735_CS
TFTinit();
#endif
}