Rename bootImage to

logoImage
This commit is contained in:
fvanroie 2021-06-14 21:01:29 +02:00
parent d1f941828a
commit ac72e2292e

View File

@ -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)