You've already forked TEF6686_ESP32
Add files via upload
This commit is contained in:
@@ -96,7 +96,7 @@ void doTouchEvent(uint16_t x, uint16_t y) {
|
||||
}
|
||||
|
||||
if (!menu && !BWtune) { // All pages except menu
|
||||
if (x > 50 && x < 90 && y > 0 && y < 30 && band < BAND_GAP) { // ---------------------
|
||||
if (x > 30 && x < 65 && y > 0 && y < 30 && band < BAND_GAP) { // ---------------------
|
||||
doStereoToggle(); // Stereo toggle
|
||||
return;
|
||||
} else if (x > 155 && x < 250 && y > 0 && y < 30) {
|
||||
|
||||
Reference in New Issue
Block a user