Ecosyste.ms: Awesome
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
- Host: GitHub
- URL: https://github.com/ntd/lvgl-demo
- Owner: ntd
- License: mit
- Created: 2023-10-31T11:21:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-31T11:22:42.000Z (over 1 year ago)
- Last Synced: 2024-11-06T01:05:12.328Z (3 months 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
=========A demo based on LVGL 8.3 on wayland. There are still some issues that
I don't know how to address, specifically a stream of errors when
closing the application.Update git submodules and build using meson:
```
git submodule init
git submodule update
meson setup build
meson compile -C build
```If everything is successful, a demo program will be generated in the
root build directory. Run it under a wayland compositor, e.g. using
[`cage`](https://github.com/cage-kiosk/cage):
```
cd build
cage ./lvgl-demo
```