Revert Changes

This commit is contained in:
Just Call Me Koko
2020-03-21 20:20:52 -04:00
parent ca4048983f
commit 96957a2cc1
12 changed files with 40 additions and 421 deletions

View File

@@ -73,13 +73,6 @@ void Display::tftDrawGraphObjects(byte x_scale)
tft.setCursor(3, 228); tft.print("0"); // "-" at bottom of y axis
}
void Display::tftDrawEapolColorKey()
{
//Display color key
tft.setTextSize(1); tft.setTextColor(TFT_WHITE);
tft.fillRect(14, 0, 15, 8, TFT_CYAN); tft.setCursor(30, 0); tft.print(" - EAPOL");
}
void Display::tftDrawColorKey()
{
//Display color key