v0.6.220
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user