Move variable blink from ultralcd.h to dogm_lcd_implementation.h

to avoid warnings about unused blink.

Concentrate definitions of variables in dogm_lcd_implementation.h to one place.

Make only local used variable currentfont static.
This commit is contained in:
AnHardt
2015-03-28 13:14:38 +01:00
parent f47fc879fe
commit c481c3b180
2 changed files with 3 additions and 4 deletions

View File

@ -17,7 +17,6 @@
#ifdef DOGLCD
extern int lcd_contrast;
void lcd_setcontrast(uint8_t value);
static unsigned char blink = 0; // Variable for visualization of fan rotation in GLCD
#endif
#define LCD_MESSAGEPGM(x) lcd_setstatuspgm(PSTR(x))