Tasmota/lib/libesp32_lvgl/lvgl/library.json

19 lines
593 B
JSON

{
"name": "lvgl",
"version": "9.2.2",
"keywords": "graphics, gui, embedded, tft, lvgl",
"description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beautiful visual effects and low memory footprint. It offers anti-aliasing, opacity, and animations using only one frame buffer.",
"repository": {
"type": "git",
"url": "https://github.com/lvgl/lvgl.git"
},
"build": {
"includeDir": ".",
"flags": [ "-I$PROJECT_DIR/tasmota/lvgl_berry" ]
},
"license": "MIT",
"homepage": "https://lvgl.io",
"frameworks": "arduino",
"platforms": "espressif32"
}