Fix LCD.h compilation error (#14377)
This commit is contained in:
parent
07b41a8c3f
commit
1b1a4677f5
|
@ -90,7 +90,6 @@
|
|||
//https://github.com/mikeshub/SailfishLCD
|
||||
//uses the code directly from Sailfish
|
||||
|
||||
#include <LCD.h>
|
||||
#include <SailfishLCD.h>
|
||||
#define LCD_CLASS LiquidCrystalSerial
|
||||
|
||||
|
|
|
@ -167,6 +167,7 @@ lib_deps = Servo
|
|||
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
||||
TMCStepper@<1.0.0
|
||||
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
|
||||
https://github.com/mikeshub/SailfishLCD.git
|
||||
|
||||
[env:LPC1769]
|
||||
platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip
|
||||
|
|
Loading…
Reference in a new issue