Move definition of "blink" to main ultralcd file

This commit is contained in:
Scott Lahteine
2016-03-16 03:57:58 -07:00
parent 8f24475e02
commit cc291aeb3c
4 changed files with 4 additions and 2 deletions

View File

@@ -146,7 +146,6 @@
#include "utf_mapper.h"
int lcd_contrast;
static unsigned char blink = 0; // Variable for visualization of fan rotation in GLCD
static char currentfont = 0;
static void lcd_setFont(char font_nr) {