aboutsummaryrefslogtreecommitdiff
path: root/gfx_1.h
blob: 601401e252464b5b73c6599e16140cfeb0b8fe59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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