mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-21 06:53:01 +08:00
37dcfab21d
* Fix "lv_timer.h" includes * Kick CI * Merge incoming changes * refactor(scroll): lv_obj_scroll_to_obj -> lv_obj_scroll_to_child * kick CI Co-authored-by: fvanroie <cpt_jack@msn.com> Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
18 lines
528 B
JSON
18 lines
528 B
JSON
{
|
|
"name": "lvgl",
|
|
"version": "8.0.0",
|
|
"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": "*"
|
|
}
|