12 lines
164 B
C
12 lines
164 B
C
|
#ifndef __GFX_1_H__
|
||
|
#define __GFX_1_H__
|
||
|
|
||
|
#include "Adafruit_ILI9341.h"
|
||
|
|
||
|
extern Adafruit_ILI9341 tft;
|
||
|
|
||
|
extern void gfx1_udpate();
|
||
|
extern void gfx1_layout();
|
||
|
|
||
|
#endif
|