Show splashscreen after rotation and invert is set

This commit is contained in:
fvanroie 2021-04-12 02:55:30 +02:00
parent 4aedd19491
commit 6daac9b460

View File

@ -10,11 +10,11 @@ void TftEspi::init(int w, int h)
{ {
tft.begin(); tft.begin();
tft.setSwapBytes(true); /* set endianess */ tft.setSwapBytes(true); /* set endianess */
splashscreen();
} }
void TftEspi::show_info() void TftEspi::show_info()
{ {
splashscreen();
setup_t tftSetup; setup_t tftSetup;
tft.getSetup(tftSetup); tft.getSetup(tftSetup);