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.