This commit is contained in:
e2002
2022-06-28 14:53:55 +03:00
parent b7043b7d5c
commit 0d25b5fcd1
27 changed files with 246 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
#define TITLE_SIZE2 2
#if !defined(SCROLLDELTA) || !defined(SCROLLTIME)
#define SCROLLDELTA 3
#define SCROLLDELTA 4
#define SCROLLTIME 30
#endif
@@ -56,6 +56,8 @@ class DspCore: public Adafruit_ST7789 {
void ip(const char* str);
void drawPlaylist(uint16_t currentItem, char* currentItemText);
void loop(bool force=false);
virtual void startWrite(void);
virtual void endWrite(void);
private:
uint16_t swidth, sheight;
char oldTimeBuf[20];