mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-12 15:50:36 -08:00
Release v0.6.9
-Fix draw app with smoother lines -Exit function draw app
This commit is contained in:
@@ -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;
|
||||
|
||||
BIN
esp32_marauder/esp32_marauder_v0_6_9_20200803_1.bin
Normal file
BIN
esp32_marauder/esp32_marauder_v0_6_9_20200803_1.bin
Normal file
Binary file not shown.
BIN
esp32_marauder/esp32_marauder_v0_6_9_20200803_6.bin
Normal file
BIN
esp32_marauder/esp32_marauder_v0_6_9_20200803_6.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user