esp8266-sysmon/gfx_1.h

12 lines
164 B
C
Raw Permalink Normal View History

2023-05-20 12:45:38 +05:30
#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