aboutsummaryrefslogtreecommitdiff
path: root/gfx_1.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx_1.h')
-rw-r--r--gfx_1.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/gfx_1.h b/gfx_1.h
new file mode 100644
index 0000000..601401e
--- /dev/null
+++ b/gfx_1.h
@@ -0,0 +1,14 @@
+#ifndef __GFX_1_H__
+#define __GFX_1_H__
+
+#include "Adafruit_ILI9341.h"
+
+extern Adafruit_ILI9341 tft;
+
+extern void gfx1_udpate();
+extern void gfx1_layout();
+
+extern bool gfx1_refresh;
+
+
+#endif