Make DOGLCD merge neater.
This commit is contained in:
parent
7f57f28ccc
commit
1c127217df
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue