Fix Configuration.h file to not define LCDs be default.
Also fix compile time check in Marlin.pde
This commit is contained in:
@@ -39,8 +39,7 @@
|
||||
#if defined(LCD_I2C_TYPE_PCF8575)
|
||||
#include <LiquidCrystal_I2C.h>
|
||||
#elif defined(LCD_I2C_TYPE_MCP23017)
|
||||
#ifdef PANELOLU2
|
||||
#undef PANELOLU2
|
||||
#ifdef LCD_I2C_PANELOLU2
|
||||
#include <LiquidTWI2.h>
|
||||
#ifndef PANELOLU2
|
||||
#error You must uncomment #define PANELOLU2 in LiquidTWI2.h for LiquidTWI2.cpp to compile correctly
|
||||
|
||||
Reference in New Issue
Block a user