We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cdd94 commit ffd88d7Copy full SHA for ffd88d7
examples/Controlling_Manually_Braccio/Controlling_Manually_Braccio.ino
@@ -146,7 +146,7 @@ static void eventHandlerDirectional(lv_event_t * e) {
146
if (code == LV_EVENT_KEY){
147
pressed_key = Braccio.getKey();
148
149
- if (pressed_key == ENTER){
+ if (pressed_key == ENTER || pressed_key == CLICK){
150
state++; // Index the next joints in the states enum array
151
152
if (state > PINCH){
0 commit comments