Wrangle encoder bits, LCD_CLICKED

This commit is contained in:
Scott Lahteine
2016-07-28 14:23:21 -07:00
parent 155def24c6
commit 03fdb26cd2
4 changed files with 30 additions and 91 deletions

View File

@ -150,15 +150,6 @@
#define LCD_PINS_D6 27
#define LCD_PINS_D7 29
//bits in the shift register that carry the buttons for:
// left up center down right red
#define BL_LE 7
#define BL_UP 6
#define BL_MI 5
#define BL_DW 4
#define BL_RI 3
#define BL_ST 2
#endif // !NEWPANEL
#endif // ULTRA_LCD