mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 09:36:59 +00:00
* Update Library LiquidCrystal_I2C to the latest version * Fix LCD command (when message is longer than columns) that get split into the wrong lines - issue #603 * Added a "LCD command mode" parameter to handle how exceeding message would be treated, and if the line should be first padded with space.
17 lines
333 B
JSON
Executable File
17 lines
333 B
JSON
Executable File
{
|
|
"name": "LiquidCrystal_I2C",
|
|
"keywords": "LCD, liquidcrystal, I2C",
|
|
"description": "A library for DFRobot I2C LCD displays",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/marcoschwartz/LiquidCrystal_I2C.git"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms":
|
|
[
|
|
"atmelavr",
|
|
"espressif8266"
|
|
]
|
|
}
|