Browse Source

Reverse encoder/menu in configs

Scott Lahteine 6 years ago
parent
commit
c461af2f3a

+ 1
- 1
config/examples/AliExpress/UM2pExt/Configuration.h View File

@@ -1658,7 +1658,7 @@
1658 1658
 //
1659 1659
 //  Set this option if CLOCKWISE causes values to DECREASE
1660 1660
 //
1661
-//#define REVERSE_ENCODER_DIRECTION
1661
+#define REVERSE_ENCODER_DIRECTION
1662 1662
 
1663 1663
 //
1664 1664
 // This option reverses the encoder direction for navigating LCD menus.

+ 2
- 2
config/examples/TinyBoy2/Configuration.h View File

@@ -1703,7 +1703,7 @@
1703 1703
 //
1704 1704
 //  Set this option if CLOCKWISE causes values to DECREASE
1705 1705
 //
1706
-//#define REVERSE_ENCODER_DIRECTION
1706
+#define REVERSE_ENCODER_DIRECTION
1707 1707
 
1708 1708
 //
1709 1709
 // This option reverses the encoder direction for navigating LCD menus.
@@ -1711,7 +1711,7 @@
1711 1711
 //  If CLOCKWISE normally moves DOWN this makes it go UP.
1712 1712
 //  If CLOCKWISE normally moves UP this makes it go DOWN.
1713 1713
 //
1714
-//#define REVERSE_MENU_DIRECTION
1714
+#define REVERSE_MENU_DIRECTION
1715 1715
 
1716 1716
 //
1717 1717
 // Individual Axis Homing

Loading…
Cancel
Save