Tasmota/lib/libesp32_lvgl/lv_binding_berry/library.json

25 lines
685 B
JSON

{
"name": "Berry mapping to LVGL",
"version": "1.0",
"description": "Mapping of LVGL functions to Berry. Currently supporting LVGL 8.2.0",
"license": "MIT",
"homepage": "https://github.com/lvgl/lv_binding_berry",
"frameworks": "arduino",
"platforms": "espressif32",
"authors":
{
"name": "Stephan Hadinger",
"maintainer": true
},
"build": {
"srcFilter": [
"+<*.c>",
"+<../generate/*.c>",
"+<../generate/*.cpp>",
"+<../generate/*.hpp>",
"+<*.cpp>",
"+<*.h>"
],
"flags": [ "-I$PROJECT_DIR/include", "-includetasmota_options.h" ]
}
}