1 #ifdef USE_AUDIODISPLAY_GC9A01A
3 #ifndef _AUDIODISPLAY_GC9A01A_H_
4 #define _AUDIODISPLAY_GC9A01A_H_
6 #include "Adafruit_GFX.h"
7 #include "Adafruit_GC9A01A.h"
10 #define ARC_SIGMENT_DEGREES 3
23 #define TEXT_UNDER_BMP_X 30
24 #define TEXT_UNDER_BMP_Y 140
40 void select(
const char* s0,
const char* s1,
const char* s2);
41 void select(
const char* s0,
const char* s1,
const char* s2,
const char* s3,
const char* s4);
42 void select(
const char* s0, uint16_t * pic);
46 void fillArc(
int x,
int y,
int start_angle,
int degree,
int rx,
int ry,
int w,
unsigned int colour);
47 int splitStr(
const char* inStr,
int startPos,
int maxLen,
char* resultStr);
48 void show_text(
const char* mytext,
int posx,
int posy, uint16_t color);
49 void show_text_s2(
const char* mytext,
int posx,
int posy, uint16_t color);
Definition: audiodisplay_ST7789.h:26
AudioDisplay(int8_t _cs, int8_t _dc, int8_t _mosi, int8_t _sck, int8_t _rst, int8_t _bl, uint16_t _x, uint16_t _y)
void select(const char *s0, const char *s1, const char *s2)
void show_info1(const char *myinfo)
void show_ip(const char *myip)
void show_modus(const char *modusStr)
void show_vol(uint8_t vol)
void show_bps(const char *mybps)
void show_jpg(String &jpgFile)
void show_info2(const char *myinfo)