Sign inSign up

rkt0589/lvgl

By rkt0589

Updated over 2 years ago

Basic demo utilising LVGL library for UI development.

Image
0

337

rkt0589/lvgl repository overview

Run Weston Container

docker run -d --restart=unless-stopped --ipc=host --name=weston --net=host --cap-add CAP_SYS_TTY_CONFIG \
             -v /dev:/dev -v /tmp:/tmp -v /run/udev/:/run/udev/ \
             --device-cgroup-rule='c 4:* rmw' --device-cgroup-rule='c 13:* rmw' \
             --device-cgroup-rule='c 199:* rmw' --device-cgroup-rule='c 226:* rmw' \
             torizon/weston:$CT_TAG_WESTON --developer weston-launch \
             --tty=/dev/tty7 --user=torizon -- --use-pixman

Run LVGL container

docker run -d --rm -it -v /tmp:/tmp \
-v /dev/dri:/dev/dri --device-cgroup-rule='c 226:* rmw' \
rkt0589/lvgl:hello_world

Tag summary

Content type

Image

Digest

sha256:ac8387b36

Size

657 MB

Last updated

over 2 years ago

docker pull rkt0589/lvgl:arm64