Added way to enter regular menu instead of rotator menu (touch special key) if touch sensing is set too high. Added support for pneumatic bite sensing (add-on board). Experimental pitch CV out for built-in add-on CV scaler board (#define CVSCALEBOARD). LED brightness fix.
This commit is contained in:
parent
b892d36e05
commit
37c77356d5
7 changed files with 5497 additions and 5222 deletions
|
|
@ -288,7 +288,7 @@ void menu() {
|
|||
digitalWrite(statusLedPin,LOW);
|
||||
delay(150);
|
||||
digitalWrite(statusLedPin,HIGH);
|
||||
} else if (pinkyKey){
|
||||
} else if (pinkyKey && !specialKey){ //hold pinky key for rotator menu, and if too high touch sensing blocks regular menu, touching special key helps
|
||||
display.ssd1306_command(SSD1306_DISPLAYON);
|
||||
state = ROTATOR_MENU;
|
||||
stateFirstRun = 1;
|
||||
|
|
@ -3770,4 +3770,4 @@ void drawMenu(const char* header, byte selected, byte nItems, ...) {
|
|||
va_end(valist);
|
||||
|
||||
display.display();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue