1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 01:43:46 +02:00

Add LCD and OLED libs (#102)

Add the example platformio configuration file
This commit is contained in:
ggee
2020-12-17 17:33:29 -05:00
committed by GitHub
parent e1ad1f0ced
commit 040dc35b93

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