Browse Source

Merge pull request #594 from gr5/Marlin_v1

Fixed bug that makes ulticontroller knob backwards introduced Feb 28 201...
ErikZalm 11 years ago
parent
commit
7c35be7fd8
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      Marlin/ultralcd_implementation_hitachi_HD44780.h

+ 0
- 7
Marlin/ultralcd_implementation_hitachi_HD44780.h View File

@@ -128,17 +128,10 @@ extern volatile uint16_t buttons;  //an extended version of the last checked but
128 128
 // These values are independent of which pins are used for EN_A and EN_B indications
129 129
 // The rotary encoder part is also independent to the chipset used for the LCD
130 130
 #if defined(EN_A) && defined(EN_B)
131
-  #ifndef ULTIMAKERCONTROLLER
132 131
     #define encrot0 0
133 132
     #define encrot1 2
134 133
     #define encrot2 3
135 134
     #define encrot3 1
136
-  #else
137
-    #define encrot0 0
138
-    #define encrot1 1
139
-    #define encrot2 3
140
-    #define encrot3 2
141
-  #endif
142 135
 #endif 
143 136
 
144 137
 #endif //ULTIPANEL

Loading…
Cancel
Save