Enabled LCD Output

Added support for an I2C LCD to be used with the project. The LCD can be driven directly by the data lines
This commit is contained in:
2021-10-28 20:49:49 -05:00
parent f6453e4ab4
commit 0f3a19f653
2 changed files with 39 additions and 5 deletions

View File

@@ -15,3 +15,4 @@ framework = arduino
monitor_speed = 115200
lib_deps =
paulstoffregen/Encoder@^1.4.1
marcoschwartz/LiquidCrystal_I2C@^1.1.4