Firmware for HexBoard MIDI controller
| -rw-r--r-- | src/HexBoard.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HexBoard.ino b/src/HexBoard.ino index 1019749..46494f8 100644 --- a/src/HexBoard.ino +++ b/src/HexBoard.ino @@ -4203,7 +4203,7 @@ void animateStaticBeams() { // Layout rotation selection SelectOptionByte optionByteLayoutRotation[] = {{"0 Deg",0},{"60 Deg",1},{"120 Deg",2},{"180 Deg",3},{"240 Deg",4},{"300 Deg",5}}; - GEMSelect selectLayoutRotation(7,optionByteLayoutRotation); + GEMSelect selectLayoutRotation(6,optionByteLayoutRotation); GEMItem menuItemSelectLayoutRotation( "Rotate: ", layoutRotation, selectLayoutRotation, updateLayoutAndRotate); // Layout mirroring toggles |