江天文

Results 12 comments of 江天文

port the mesa software rendering implementation.

> @simplejack-src has just implemented something similar [here](https://github.com/lvgl/lv_drivers/tree/master/wayland#event-driven-timer-handler). Does it work for your use case? You still run a while loop but the process will suspend completely if there is...

Thank @simplejack-src for your help. Thank @kisvegabor for your excellent LVGL! LVGL natively supports Wayland is awesome. @simplejack-src I added the setup code for pfd. The problem still existed. For...

I found the problem! UI does not render because the backing buffer is always busy.

In _lv_wayland_flush(), It seems no harm to comment out the following lines: #if 0 else if (buffer->busy) { lv_disp_flush_ready(disp_drv); return; } #endif When touch the calendar's YEAR dropdown, the popup...

To run this repo, your linux kernel must support frame buffer driver or DRM/KMS driver with legacy fbdev support. Also this repo can run in Wayland environment with or without...

Since this repo has git submodules, so in Buildroot LVGL.mk must have the following line: LV_PORT_LINUX_FRAME_BUFFER_GIT_SUBMODULES = YES This repo provides both cmake and general Makefile, in LVGL.mk, we can...

@kisvegabor In my fork v8.2, displ_drv->screen_transp and LV_COLOR_SCREEN_TRANSP already are enabled, I will try on v8.3.

ImGui implementation for Wayland ![imgui-wayland](https://github.com/ocornut/imgui/assets/1295065/72699019-1389-440d-920a-0739eb77ea28)

Probably, #240 is related with my earlier reported ticket #225