Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulh002/lvgl-8.4-wayland-test
Test of wayland driver for lvgl 8.4
https://github.com/paulh002/lvgl-8.4-wayland-test
lvgl raspberry-pi wayland-client
Last synced: 22 days ago
JSON representation
Test of wayland driver for lvgl 8.4
- Host: GitHub
- URL: https://github.com/paulh002/lvgl-8.4-wayland-test
- Owner: paulh002
- License: mit
- Created: 2024-12-09T15:20:31.000Z (24 days ago)
- Default Branch: master
- Last Pushed: 2024-12-09T16:03:25.000Z (24 days ago)
- Last Synced: 2024-12-09T16:39:51.352Z (24 days ago)
- Topics: lvgl, raspberry-pi, wayland-client
- Language: C
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Raspberry PI LVGL 8.4 Wayland test
This is a test project to test Wayland drivers for LVGL 8.4
The wayland drivers are taken from lvgl/lv_driver repository but these are ment to support lvgl 9.x
To use them for lvgl 8.4 some small adjustments have been make
1) define lv_malloc and lv_free these are named differently in lvgl 8.4
2) Added wayland.h include file to ssm.c
3) Settings in lv_conf.h and lv_driver_conf.h
4) Add keyboard_group group to wayland create window. This is necessary for v8 keyboard support.The resolution is set to 800x480 color depth is 32.
Memory management is set to custom (normal linux malloc)
Custom tick is set
Loglevel is TRACEIn lv_driver/wayland is a seperate CMakeList.txt for creating the protocol files for wayland.
In this repo the protocol files are already created.