Release v0.6.9

-Fix draw app with smoother lines
-Exit function draw app
This commit is contained in:
Just Call Me Koko
2020-08-03 18:34:10 -04:00
parent da43c8b369
commit a98be0d435
6 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
#include <SPI.h>
//#include <lvgl.h>
#include <Ticker.h>
//#include <M5Stack.h>
#include "SPIFFS.h"
#include "Assets.h"
@@ -75,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.6.8";
String version_number = "v0.6.9";
bool printing = false;
bool loading = false;

Binary file not shown.

Binary file not shown.