My fork of the InkPlate SDK.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "ESP-IDF-Inkplate",
|
|
|
|
"version": "0.9.3",
|
|
|
|
"description": "Implements common functions for Inkplate e-paper displays",
|
|
|
|
"keywords": "e-ink, e-paper, display, esp32",
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/turgu1/ESP-IDF-InkPlate"
|
|
|
|
},
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Guy Turcotte",
|
|
|
|
"email": "turgu666@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "David Zovko",
|
|
|
|
"email": "e-radionica.com<david.zovko@e-radionica.com>"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"frameworks": "espidf",
|
|
|
|
"platforms": "espressif32",
|
|
|
|
"build": {
|
|
|
|
"flags": [
|
|
|
|
"-I include/drivers",
|
|
|
|
"-I include/graphical",
|
|
|
|
"-I include/services",
|
|
|
|
"-I include/tools",
|
|
|
|
"-I include/fonts"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|