|
|
@ -24,7 +24,11 @@ typedef void (*menuFunc_t)();
|
|
|
|
uint8_t lcd_status_message_level;
|
|
|
|
uint8_t lcd_status_message_level;
|
|
|
|
char lcd_status_message[LCD_WIDTH+1] = WELCOME_MSG;
|
|
|
|
char lcd_status_message[LCD_WIDTH+1] = WELCOME_MSG;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef DOGLCD
|
|
|
|
|
|
|
|
#include "dogm_lcd_implementation.h"
|
|
|
|
|
|
|
|
#else
|
|
|
|
#include "ultralcd_implementation_hitachi_HD44780.h"
|
|
|
|
#include "ultralcd_implementation_hitachi_HD44780.h"
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/** forward declerations **/
|
|
|
|
/** forward declerations **/
|
|
|
|
/* Different menus */
|
|
|
|
/* Different menus */
|
|
|
|