fix broken LCD commit #dfa549f268 from buildrob - GLCD/DOGM implementation was ignored

This commit is contained in:
Maik Stohn 2013-05-21 16:53:38 +02:00
parent 273502a172
commit 8d80cbbf4c

View File

@ -19,6 +19,19 @@
* Implementation of the LCD display routines for a DOGM128 graphic display. These are common LCD 128x64 pixel graphic displays.
**/
ifdef ULTIPANEL
#define BLEN_A 0
#define BLEN_B 1
#define BLEN_C 2
#define EN_A (1<<BLEN_A)
#define EN_B (1<<BLEN_B)
#define EN_C (1<<BLEN_C)
#define encrot0 0
#define encrot1 2
#define encrot2 3
#define encrot3 1
#define LCD_CLICKED (buttons&EN_C)
#endif
// CHANGE_DE begin ***
#include <U8glib.h> // DE_U8glib