Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#594 from gr5/Marlin_v1
Browse files Browse the repository at this point in the history
Fixed bug that makes ulticontroller knob backwards introduced Feb 28 201...
  • Loading branch information
ErikZalm committed Sep 10, 2013
2 parents d78db12 + 5955805 commit 7c35be7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Marlin/ultralcd_implementation_hitachi_HD44780.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,10 @@ extern volatile uint16_t buttons; //an extended version of the last checked but
// These values are independent of which pins are used for EN_A and EN_B indications
// The rotary encoder part is also independent to the chipset used for the LCD
#if defined(EN_A) && defined(EN_B)
#ifndef ULTIMAKERCONTROLLER
#define encrot0 0
#define encrot1 2
#define encrot2 3
#define encrot3 1
#else
#define encrot0 0
#define encrot1 1
#define encrot2 3
#define encrot3 2
#endif
#endif

#endif //ULTIPANEL
Expand Down

0 comments on commit 7c35be7

Please sign in to comment.