mirror of https://github.com/arendst/Tasmota.git
21 lines
676 B
JSON
21 lines
676 B
JSON
{
|
|
"name":"lv_lib_png",
|
|
"description":"Allow the use of PNG images in LVGL. This implementation uses lodepng library.",
|
|
"keywords":"lvgl, png",
|
|
"license": "MIT License",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lvgl/lv_lib_png"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif32",
|
|
"build": {
|
|
"flags": [ "-DLV_PNG_USE_LV_FILESYSTEM=1",
|
|
"-DLODEPNG_NO_COMPILE_ALLOCATORS",
|
|
"-DLODEPNG_NO_COMPILE_ERROR_TEXT",
|
|
"-DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS",
|
|
"-DLV_LVGL_H_INCLUDE_SIMPLE",
|
|
"-I$PROJECT_DIR/include",
|
|
"-includetasmota_options.h" ]
|
|
}
|
|
} |