Parcourir la source

Fix LCD.h compilation error (#14377)

mikeshub il y a 5 ans
Parent
révision
1b1a4677f5
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 0
    1
      Marlin/src/lcd/HD44780/ultralcd_HD44780.h
  2. 1
    0
      platformio.ini

+ 0
- 1
Marlin/src/lcd/HD44780/ultralcd_HD44780.h Voir le fichier

@@ -90,7 +90,6 @@
90 90
 //https://github.com/mikeshub/SailfishLCD
91 91
 //uses the code directly from Sailfish
92 92
 
93
-  #include <LCD.h>
94 93
   #include <SailfishLCD.h>
95 94
   #define LCD_CLASS LiquidCrystalSerial
96 95
 

+ 1
- 0
platformio.ini Voir le fichier

@@ -167,6 +167,7 @@ lib_deps          = Servo
167 167
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
168 168
   TMCStepper@<1.0.0
169 169
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
170
+  https://github.com/mikeshub/SailfishLCD.git
170 171
 
171 172
 [env:LPC1769]
172 173
 platform          = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip

Chargement…
Annuler
Enregistrer