Browse Source

Corrected example for dynamic button layout

master
biologist79 4 years ago
committed by GitHub
parent
commit
ca82e81b3c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/settings.h

2
src/settings.h

@ -92,7 +92,7 @@
Multi-buttons [short only] (examples):
BUTTON_MULTI_01 => Buttons 0+1 (NEXT_BUTTON + PREVIOUS_BUTTON) pressed in parallel
BUTTON_MULTI_23 => Buttons 0+2 (NEXT_BUTTON + PAUSEPLAY_BUTTON) pressed in parallel
BUTTON_MULTI_12 => Buttons 1+2 (PREV_BUTTON + PAUSEPLAY_BUTTON) pressed in parallel
Actions:
To all of those buttons, an action can be assigned freely.

Loading…
Cancel
Save