Merge pull request #3114 from thinkyhead/rc_reverse_lcd_menu

Option to reverse the click-wheel direction in menus
This commit is contained in:
Scott Lahteine
2016-03-18 15:39:29 -07:00
22 changed files with 85 additions and 19 deletions

View File

@ -5,7 +5,6 @@
* Implementation of the LCD display routines for a Hitachi HD44780 display. These are common LCD character displays.
**/
static unsigned char blink = 0; // Variable for animation
extern volatile uint8_t buttons; //an extended version of the last checked buttons in a bit array.
////////////////////////////////////