1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-24 21:21:24 +01:00

Merge pull request #11 from DCC-EX/master

Add LCD and OLED libs (#102)
This commit is contained in:
mstevetodd 2020-12-18 09:02:42 -05:00 committed by GitHub
commit f26f5ab40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,10 @@ lib_deps =
DIO2
arduino-libraries/Ethernet
SPI
mathertel/LiquidCrystal_PCF8574
marcoschwartz/LiquidCrystal_I2C
adafruit/Adafruit BusIO
adafruit/Adafruit SSD1306
adafruit/Adafruit GFX Library
monitor_speed = 115200
monitor_flags = --echo
@ -49,7 +52,7 @@ lib_deps =
DIO2
arduino-libraries/Ethernet
SPI
mathertel/LiquidCrystal_PCF8574
marcoschwartz/LiquidCrystal_I2C
monitor_speed = 115200
monitor_flags = --echo
@ -62,7 +65,7 @@ lib_deps =
DIO2
arduino-libraries/Ethernet
SPI
mathertel/LiquidCrystal_PCF8574
marcoschwartz/LiquidCrystal_I2C
monitor_speed = 115200
monitor_flags = --echo
@ -75,6 +78,6 @@ lib_deps =
DIO2
arduino-libraries/Ethernet
SPI
mathertel/LiquidCrystal_PCF8574
marcoschwartz/LiquidCrystal_I2C
monitor_speed = 115200
monitor_flags = --echo