mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +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.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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user