2021-12-18 10:47:03 +00:00
|
|
|
{
|
|
|
|
"name": "Berry mapping to LVGL",
|
|
|
|
"version": "1.0",
|
2022-02-14 11:46:26 +00:00
|
|
|
"description": "Mapping of LVGL functions to Berry. Currently supporting LVGL 8.2.0",
|
2021-12-18 10:47:03 +00:00
|
|
|
"license": "MIT",
|
2022-03-17 21:31:47 +00:00
|
|
|
"homepage": "https://github.com/lvgl/lv_binding_berry",
|
2021-12-20 17:29:47 +00:00
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": "espressif32",
|
2021-12-18 10:47:03 +00:00
|
|
|
"authors":
|
|
|
|
{
|
|
|
|
"name": "Stephan Hadinger",
|
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"srcFilter": [
|
|
|
|
"+<*.c>",
|
|
|
|
"+<../generate/*.c>",
|
|
|
|
"+<../generate/*.cpp>",
|
|
|
|
"+<../generate/*.hpp>",
|
|
|
|
"+<*.cpp>",
|
|
|
|
"+<*.h>"
|
|
|
|
],
|
2021-12-20 10:17:11 +00:00
|
|
|
"flags": [ "-I$PROJECT_DIR/include", "-includetasmota_options.h" ]
|
2021-12-18 10:47:03 +00:00
|
|
|
}
|
|
|
|
}
|