|  |  | @ -49,7 +49,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |     #include <LCD.h> |  |  |  |     #include <LCD.h> | 
			
		
	
		
		
			
				
					
					|  |  |  |     #include <LiquidCrystal_I2C.h> |  |  |  |     #include <LiquidCrystal_I2C.h> | 
			
		
	
		
		
			
				
					
					|  |  |  |   #elif ENABLED(DOGLCD) |  |  |  |   #elif ENABLED(DOGLCD) | 
			
		
	
		
		
			
				
					
					|  |  |  |     #include <U8glib.h> // library for graphics LCD by Oli Kraus (https://code.google.com/p/u8glib/) |  |  |  |     #include <U8glib.h> // library for graphics LCD by Oli Kraus (https://github.com/olikraus/U8glib_Arduino) | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |   #else |  |  |  |   #else | 
			
		
	
		
		
			
				
					
					|  |  |  |     #include <LiquidCrystal.h> // library for character LCD |  |  |  |     #include <LiquidCrystal.h> // library for character LCD | 
			
		
	
		
		
			
				
					
					|  |  |  |   #endif |  |  |  |   #endif | 
			
		
	
	
		
		
			
				
					|  |  | 
 |