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