Lines Matching refs:Display
4 Display (lv_display)
8 What is a Display?
41 Display Features
49 Once created, a Display object remembers the characteristics of the display hardware
61 - The :ref:`flush_callback` function that moves pixels from :ref:`draw_buffers` to Display hardware
117 be used to create Widgets that are visible on all Screens shown on a Display. But,
143 Display, but it is located below the :ref:`active_screen`. It's visible only if the
150 Display Events
156 If you added ``user_data`` to the Display, you can retrieve it in an event like this:
187 Display Setup
193 Creating a Display
212 Default Display argument
214 When the first :ref:`display` object is created, it becomes the Default Display. If
215 other Display Objects are created (to service additional Display Panels), the Default
216 Display remains the first one created.
218 To set another :ref:`display` as the Default Display, call :cpp:func:`lv_display_set_default`.
223 cause the function to target the Default Display. Check the API documentation for
655 Decoupling the Display Refresh Timer
698 Mirroring a Display