This commit is contained in:
e2002
2022-04-18 12:55:32 +03:00
parent 22fe7a36b1
commit 1895043ba4
9 changed files with 38 additions and 22 deletions

View File

@@ -272,6 +272,7 @@ public:
void setBalance(int8_t bal = 0);
void setTone(int8_t gainLowPass, int8_t gainBandPass, int8_t gainHighPass);
void setDefaults();
void forceMono(bool m) {} // TODO
// implement several function with respect to the index of string
bool startsWith (const char* base, const char* str) { return (strstr(base, str) - base) == 0;}
bool endsWith (const char* base, const char* str) {

View File

@@ -14,8 +14,8 @@
#if !defined(SCROLLDELTA) || !defined(SCROLLTIME)
//#define SCROLLDELTA 8
//#define SCROLLTIME 332
#define SCROLLDELTA 5
#define SCROLLTIME 200
#define SCROLLDELTA 4
#define SCROLLTIME 250
#endif
#define META_SIZE 1