mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Rename bootImage to
logoImage
This commit is contained in:
parent
d1f941828a
commit
ac72e2292e
@ -110,7 +110,7 @@ void TftEspi::splashscreen()
|
||||
tft.fillScreen(bgColor.full);
|
||||
int x = (tft.width() - logoWidth) / 2;
|
||||
int y = (tft.height() - logoHeight) / 2;
|
||||
tft.drawXBitmap(x, y, bootImage, logoWidth, logoHeight, fgColor.full);
|
||||
tft.drawXBitmap(x, y, logoImage, logoWidth, logoHeight, fgColor.full);
|
||||
}
|
||||
|
||||
void TftEspi::set_rotation(uint8_t rotation)
|
||||
|
Loading…
x
Reference in New Issue
Block a user