From 8c854243a598a9b29c32719d9bb00a92c373bbc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Costa?= Date: Tue, 2 Dec 2025 14:34:42 +0100 Subject: [PATCH] docs(wayland): remove mention of custom timer handler (#9329) --- .../embedded_linux/drivers/wayland.rst | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/docs/src/integration/embedded_linux/drivers/wayland.rst b/docs/src/integration/embedded_linux/drivers/wayland.rst index 9f467fdf43..1d59a38311 100644 --- a/docs/src/integration/embedded_linux/drivers/wayland.rst +++ b/docs/src/integration/embedded_linux/drivers/wayland.rst @@ -189,20 +189,7 @@ To remove the physical display assignment and return to default behavior, use -Custom timer handler -^^^^^^^^^^^^^^^^^^^^ - -Always call ``lv_wayland_timer_handler()`` in your timer loop instead of the regular ``lv_timer_handler()``. - -**Note:** ``lv_wayland_timer_handler()`` internally calls ``lv_timer_handler()`` - -This allows the wayland client to work well on weston, resizing shared memory buffers during -a commit does not work well on weston. - -Wrapping the call to ``lv_timer_handler()`` is a necessity to have more control over -when the LVGL flush callback is called. - -Building the wayland driver +Building the Wayland Driver *************************** The `reference project `__ uses CMakeLists to generate the necessary dependencies at build time.