Прошло 2 года.

This commit is contained in:
Кобелев Андрей Андреевич
2026-03-10 22:54:23 +03:00
parent c7636ebd6f
commit a111352dc5
313 changed files with 274971 additions and 1409 deletions

32
lib/epdiy/library.json Normal file
View File

@@ -0,0 +1,32 @@
{
"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/"
}
}