mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-12 15:50:36 -08:00
Updated skimmer functions
This commit is contained in:
@@ -61,7 +61,15 @@ void Display::twoPartDisplay(String center_text)
|
||||
{
|
||||
tft.setTextColor(TFT_BLACK, TFT_YELLOW);
|
||||
tft.fillRect(0,16,240,144, TFT_YELLOW);
|
||||
tft.drawCentreString(center_text,120,82,1);
|
||||
//tft.drawCentreString(center_text,120,82,1);
|
||||
tft.setTextWrap(true);
|
||||
tft.setFreeFont(NULL);
|
||||
//showCenterText(center_text, 82);
|
||||
//tft.drawCentreString(center_text,120,82,1);
|
||||
tft.setCursor(0, 82);
|
||||
tft.println(center_text);
|
||||
tft.setFreeFont(MENU_FONT);
|
||||
tft.setTextWrap(false);
|
||||
}
|
||||
|
||||
void Display::touchToExit()
|
||||
|
||||
Reference in New Issue
Block a user