Tasmota/lib/libesp32_eink/epdiy/library.json
Theo Arends 2deb34e856 Update epdiy library
- ESP32 Platform from 2025.07.31 to 2025.08.30, Framework (Arduino Core) from v3.1.3.250712 to v3.1.3.250808 and IDF from v5.3.3.250707 to v5.3.3.250801 (#23778)
- Epdiy library from v1.0.0 to v2.0.0
2025-08-12 16:15:58 +02:00

33 lines
608 B
JSON

{
"name": "epdiy",
"version": "2.0.0",
"description": "Drive parallel e-Paper displays with epdiy-based boards.",
"keywords": "epd, driver, e-ink",
"repository": {
"type": "git",
"url": "https://github.com/vroland/epdiy.git"
},
"authors": [
{
"name": "Valentin Roland",
"email": "github@vroland.de",
"maintainer": true
}
],
"license": "LGPL-3.0",
"frameworks": [
"arduino",
"espidf"
],
"platforms": "espressif32",
"export": {
"exclude": [
"hardware"
]
},
"build": {
"includeDir": "include",
"srcDir": "src/"
}
}