Add exit function to draw app

This commit is contained in:
Just Call Me Koko
2020-07-22 21:24:50 -04:00
parent 7a5134bb86
commit da43c8b369
4 changed files with 73 additions and 8 deletions

View File

@@ -81,6 +81,7 @@ class Display
bool loading = false;
bool tteBar = false;
bool draw_tft = false;
bool exit_draw = false;
int TOP_FIXED_AREA_2 = 48;
int print_delay_1, print_delay_2 = 10;
@@ -124,6 +125,7 @@ class Display
void clearScreen();
void displayBuffer(bool do_clear = false);
void drawJpeg(const char *filename, int xpos, int ypos);
void setupDraw();
void drawStylus();
void getTouchWhileFunction(bool pressed);
void initScrollValues(bool tte = false);