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