This commit is contained in:
e2002
2022-03-22 15:03:42 +03:00
parent ee2350e28f
commit 86cb367312
22 changed files with 323 additions and 224 deletions

View File

@@ -17,9 +17,9 @@
#define SCROLLDELTA 5
#define SCROLLTIME 110
class DisplaySH1106: public Adafruit_SH1106G {
class DspCore: public Adafruit_SH1106G {
public:
DisplaySH1106();
DspCore();
char plMenu[PLMITEMS][PLMITEMLENGHT];
uint16_t clockY;
void initD(uint16_t &screenwidth, uint16_t &screenheight);
@@ -52,7 +52,7 @@ class DisplaySH1106: public Adafruit_SH1106G {
boolean checkdelay(int m, unsigned long &tstamp);
};
extern DisplaySH1106 dsp;
extern DspCore dsp;
/*
* TFT COLORS