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
- Host: GitHub
- URL: https://github.com/ntd/lvgl-demo
- Owner: ntd
- License: mit
- Created: 2023-10-31T11:21:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T11:22:42.000Z (over 2 years ago)
- Last Synced: 2025-02-15T23:42:02.262Z (over 1 year ago)
- Topics: demo, linux, lvgl, meson, wayland
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```