Update manifest.json

This commit is contained in:
Gabor Kiss-Vamosi 2024-09-05 06:55:10 +02:00 committed by GitHub
parent 4dcdfff507
commit adce2c2c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,13 @@
"VSCode", "VSCode",
"SDL" "SDL"
], ],
"description": "The LVGL is written mainly for microcontrollers and embedded systems, however you can run the library on your PC as well without any embedded hardware. The code written on PC can be simply copied when your are using an embedded system. The project can use SDL but it can be easily relaced by any other built-in LVGL dirvers.", "description": "LVGL is written mainly for microcontrollers and embedded systems, however you can run the library on your PC as well without any embedded hardware. The code written on PC can be simply copied when you are using an embedded system. The project can use SDL but it can be easily replaced by any other built-in LVGL drivers.",
"shortDescription": "VSCode-based project to run LVGL on PC.",
"urlToClone": "https://github.com/lvgl/lv_port_pc_vscode",
"logo": "https://raw.githubusercontent.com/lvgl-private/project_creator_data/master/meta/images/vscode/logo.svg",
"branches": [
"release/v9.2"
],
"settings": [ "settings": [
{ {
"type": "dropdown", "type": "dropdown",