Skip to content
Snippets Groups Projects
Commit 8d80cbbf authored by Maik Stohn's avatar Maik Stohn
Browse files

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

parent 273502a1
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment