Lines Matching full:display
9 * @brief Public API for display drivers and applications
16 * @brief Display Interface
17 * @defgroup display_interface Display Interface
25 #include <zephyr/dt-bindings/display/panel.h>
32 * @brief Display pixel formats
34 * Display pixel format enumeration.
49 * @brief Bits required per pixel for display format
51 * This macro expands to the number of bits required for a given display
53 * display format type
75 * Electrophoretic Display.
90 * @brief Enumeration with possible display orientation
100 /** @brief Structure holding display capabilities. */
102 /** Display resolution in the X direction */
104 /** Display resolution in the Y direction */
106 /** Bitwise or of pixel formats supported by the display */
108 /** Information about display panel */
110 /** Currently active pixel format for the display */
112 /** Current display orientation */
116 /** @brief Structure to describe display data buffer layout */
130 * @brief Callback API to turn on display blanking
137 * @brief Callback API to turn off display blanking
144 * @brief Callback API for writing data to the display
154 * @brief Callback API for reading data from the display
171 * @brief Callback API to set display brightness
179 * @brief Callback API to set display contrast
187 * @brief Callback API to get display capabilities
196 * @brief Callback API to set pixel format used by the display
205 * @brief Callback API to set orientation used by the display
213 * @brief Display driver API
214 * API which a display driver should expose
230 * @brief Write data to display
252 * @brief Read data from display
291 * @brief Turn display blanking on
293 * This function blanks the complete display.
301 * In case the driver supports display blanking the initial state of the driver
317 * @brief Turn display blanking off
319 * Restore the frame buffer content to the display.
336 * @brief Set the brightness of the display
338 * Set the brightness of the display in steps of 1/256, where 255 is full
356 * @brief Set the contrast of the display
358 * Set the contrast of the display in steps of 1/256, where 255 is maximum
375 * @brief Get display capabilities
391 * @brief Set pixel format used by the display
394 * @param pixel_format Pixel format to be used by display
409 * @brief Set display orientation
412 * @param orientation Orientation to be used by display