You've already forked TEF6686_ESP32
Added iMQ/EQ toggle via touchscreen
This commit is contained in:
@@ -165,6 +165,8 @@ void doTouchEvent(uint16_t x, uint16_t y) {
|
||||
} else if (x > 0 && x < 30 && y > 25 && y < 90) {
|
||||
doTuneMode(); // Toggle tune mode
|
||||
return;
|
||||
} else if (x > 250 && x < 320 && y > 50 && y < 80) {
|
||||
toggleiMSEQ(); // Toggle iMQ/EQ
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -41,4 +41,5 @@ extern void KeyUp();
|
||||
extern void ButtonPress();
|
||||
extern void DoMenu();
|
||||
extern void ModeButtonPress();
|
||||
extern void toggleiMSEQ();
|
||||
#endif
|
||||
Reference in New Issue
Block a user