An open API service indexing awesome lists of open source software.

https://github.com/ntd/lvgl-demo

LVGL 8.3 demo on wayland
https://github.com/ntd/lvgl-demo

demo linux lvgl meson wayland

Last synced: about 2 months ago
JSON representation

LVGL 8.3 demo on wayland

Awesome Lists containing this project

README

          

LVGL demo
=========

LVGL 9.2 widgets demo on X11: update submodules and build with meson.
```
git submodule init
git submodule update
meson setup build
meson compile -C build
./build/lvgl-demo
```