Cleanup SD stuff

This commit is contained in:
Just Call Me Koko
2020-08-26 17:06:36 -04:00
parent c7cf1e09f7
commit f86b5a4df0
6 changed files with 112 additions and 43 deletions

View File

@@ -76,7 +76,7 @@ class Display
TFT_eSPI tft = TFT_eSPI();
TFT_eSprite img = TFT_eSprite(&tft);
TFT_eSPI_Button key[BUTTON_ARRAY_LEN];
String version_number = "v0.7.0";
String version_number = "v0.7.1";
bool printing = false;
bool loading = false;