mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Show splashscreen after rotation and invert is set
This commit is contained in:
parent
4aedd19491
commit
6daac9b460
@ -10,11 +10,11 @@ void TftEspi::init(int w, int h)
|
||||
{
|
||||
tft.begin();
|
||||
tft.setSwapBytes(true); /* set endianess */
|
||||
splashscreen();
|
||||
}
|
||||
|
||||
void TftEspi::show_info()
|
||||
{
|
||||
splashscreen();
|
||||
|
||||
setup_t tftSetup;
|
||||
tft.getSetup(tftSetup);
|
||||
|
Loading…
x
Reference in New Issue
Block a user