mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-20 23:45:50 +08:00
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
18 lines
525 B
JSON
18 lines
525 B
JSON
{
|
|
"name": "lvgl",
|
|
"version": "9.2.3",
|
|
"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": "*"
|
|
}
|