Lines Matching refs:is
11 | It is an alternative to **X11** or **SDL2**
13 The main purpose for this driver is for testing/debugging the LVGL application, it can also be used…
60 An example simulator is available in this `repo <https://github.com/lvgl/lv_port_linux/>`__
119 Wrapping the call to ``lv_timer_hander()`` is a necessity to have more control over
120 when the LVGL flush callback is called.
122 The custom timer handler returns ``false`` if the frame from previous cycle is not rendered.
123 When this happens, it usually means that the application is minimized or hidden behind another wind…
124 Causing the driver to wait until the arrival of any message on the wayland socket, the process is i…
129 An example simulator is available in this `repo <https://github.com/lvgl/lv_port_linux/>`__
131 If there is a need to use driver with another build system. The source and header files for the XDG…
134 In the example Cmake is used to perform the operation by invoking the ``wayland-scanner`` utility
140 The wayland protocol is defined using XML files which are present in ``/usr/share/wayland-protocols…
159 * Technically, the wayland driver allows to create multiple windows - but this feature is experimen…
162 * Add a support for Mesa, currently wl_shm is used and it's not the most effective technique.
168 The wayland driver is currently under construction, bug reports, contributions and feedback is alwa…
170 It is however important to create detailed issues when a problem is encountered, logs and screensho…