Selaa lähdekoodia

Fix LCD.h compilation error (#14377)

mikeshub 5 vuotta sitten
vanhempi
commit
1b1a4677f5
2 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 0
    1
      Marlin/src/lcd/HD44780/ultralcd_HD44780.h
  2. 1
    0
      platformio.ini

+ 0
- 1
Marlin/src/lcd/HD44780/ultralcd_HD44780.h Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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

Loading…
Peruuta
Tallenna