|
|
@ -5,7 +5,6 @@
|
|
|
|
* Implementation of the LCD display routines for a Hitachi HD44780 display. These are common LCD character displays.
|
|
|
|
* 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.
|
|
|
|
extern volatile uint8_t buttons; //an extended version of the last checked buttons in a bit array.
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////
|
|
|
|
////////////////////////////////////
|
|
|
|