about summary refs log tree commit diff
path: root/src/HexBoard.ino
diff options
context:
space:
mode:
authorShaping The Silence <jareddecook@gmail.com>2025-04-02 13:30:49 -0400
committerGitHub <noreply@github.com>2025-04-02 13:30:49 -0400
commit0e06314f86062b13d2743ff148caf3fd35a0cdcd (patch)
tree12184386050d71476d5a830c40cfff7182187551 /src/HexBoard.ino
parente2ce389e89ec7b060c2d0de5e1752abb7aa694a7 (diff)
downloadHexBoard-1.0.0.tar.gz
1.1 okay, it wasn't final and this isn't either... v1.1.0 v1.0.5 v1.0.2-alpha v1.0.1 v1.0.0
fixed a little oops in the rotation menu
Diffstat (limited to 'src/HexBoard.ino')
-rw-r--r--src/HexBoard.ino2
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