Bluetooth skimmer scanner

This commit is contained in:
Just Call Me Koko
2019-10-18 00:08:00 -04:00
parent b04c63b445
commit a1c026b203
3 changed files with 53 additions and 17 deletions

View File

@@ -57,6 +57,13 @@ void Display::RunSetup()
delay(5000);
}
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);
}
void Display::touchToExit()
{
tft.setTextColor(TFT_BLACK, TFT_LIGHTGREY);