Skip to content
Snippets Groups Projects
Commit 26d88631 authored by Dirk Eichel's avatar Dirk Eichel
Browse files

Add library selection between GLCD and char. LCD

parent 4a141a69
No related branches found
No related tags found
Loading
......@@ -34,7 +34,11 @@
#include "pins.h"
#ifdef ULTRA_LCD
#include <LiquidCrystal.h>
#ifdef DOGLCD
#include <U8glib.h> // library for graphics LCD by Oli Kraus (https://code.google.com/p/u8glib/)
#else
#include <LiquidCrystal.h> // library for character LCD
#endif
#endif
#if DIGIPOTSS_PIN > -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment