Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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
=========

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
```