Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
17 rindas
525 B
17 rindas
525 B
{
|
|
"name": "lvgl",
|
|
"version": "8.3.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": "*"
|
|
}
|
|
|