Update LED

This commit is contained in:
Just Call Me Koko
2020-06-18 19:47:42 -04:00
parent 6c3a0d30b7
commit cc891457ce
4 changed files with 7 additions and 6 deletions

View File

@@ -13,8 +13,8 @@
#include <TFT_eSPI.h>
#define TFT_SHIELD
//#define TFT_DIY
//#define TFT_SHIELD
#define TFT_DIY
#define SCREEN_WIDTH 240
#define SCREEN_HEIGHT 320
@@ -59,7 +59,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.6.6";
String version_number = "v0.6.7";
bool printing = false;
bool loading = false;