Add library selection between GLCD and char. LCD
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user