|
|
@ -40,10 +40,7 @@
|
|
|
|
#elif defined(LCD_I2C_TYPE_MCP23017) || defined(LCD_I2C_TYPE_MCP23008)
|
|
|
|
#elif defined(LCD_I2C_TYPE_MCP23017) || defined(LCD_I2C_TYPE_MCP23008)
|
|
|
|
#include <Wire.h>
|
|
|
|
#include <Wire.h>
|
|
|
|
#include <LiquidTWI2.h>
|
|
|
|
#include <LiquidTWI2.h>
|
|
|
|
#else
|
|
|
|
#elif defined(DOGLCD)
|
|
|
|
#include <LiquidCrystal.h>
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef 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://code.google.com/p/u8glib/)
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
#include <LiquidCrystal.h> // library for character LCD
|
|
|
|
#include <LiquidCrystal.h> // library for character LCD
|
|
|
|