diff options
Diffstat (limited to 'gfx_1.h')
-rw-r--r-- | gfx_1.h | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |