linuxOS_D21X/source/artinchip/lvgl-ui/lvgl_v9/lvgl/library.json

18 lines
525 B
JSON
Raw Normal View History

2024-11-29 08:23:11 +00:00
{
"name": "lvgl",
2024-11-29 08:33:21 +00:00
"version": "9.1.0",
2024-11-29 08:23:11 +00:00
"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": "."
},
"license": "MIT",
"homepage": "https://lvgl.io",
"frameworks": "*",
"platforms": "*"
}