江天文 (Arthur Jiang)

Results 18 comments of 江天文 (Arthur Jiang)

![lvgl-wayland-calendar](https://user-images.githubusercontent.com/1295065/209455620-287ffd3e-809b-4b61-bbc8-7d9776bd3e2f.png)

Nuvoton has packaged LVGL (w/ Wayland) in buildroot on MA35D1 (Cortex-A35, aarch64) platform. For using LVGL with Wayland on MA35D1, please contact Nuvoton sales representative.

I fixed the problem!

In void lv_disp_drv_init(), ========================== void lv_disp_drv_init(lv_disp_drv_t * driver) { ... #if LV_COLOR_SCREEN_TRANSP driver->screen_transp = 1; #else driver->screen_transp = 0; #endif ... }

Is there any progress weston/wayland and lvgl v9 support?

With Weston 10.0.2, you should use XDG Shell, the WL SHELL is deprecated in favor of XDG Shell now! In lv_drv_conf.h, enable the macro 'LV_WAYLAND_XDG_SHELL'

I have improved and corrected the fullscreen support in Wayland environment.

![lvgl-wayland-window-fullscreen](https://github.com/lvgl/lv_drivers/assets/1295065/e97ab809-0506-4061-bf64-7bd944cf4ffe)