esp8266-sysmon/gfx_1.h
Blaster4385 364c5c0057 Add system information
- Also cleanup code
- Switch to almost realtime data reading
2023-05-21 11:04:05 +05:30

11 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