Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"description": "Example project to use LVGL on top of Linux graphics stack. Currently supported backends are either legacy framebuffer (fbdev), modern DRM/KMS, or SDL2.",
"shortDescription": "CMake project for Linux devices supporting various display drivers.",
"urlToClone": "https://github.com/lvgl/lv_port_linux",
"logos": ["https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/linux/logo.svg"],
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/linux/logo.svg"
],
"image": "https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/linux/logo.svg",
"branches": [
"release/v9.2"
],
Expand Down
Loading