Lines Matching full:display

9  * @brief Public API for display drivers and applications
16 * @brief Display Interface
17 * @defgroup display_interface Display Interface
28 #include <zephyr/dt-bindings/display/panel.h>
35 * @brief Display pixel formats
37 * Display pixel format enumeration.
52 * @brief Bits required per pixel for display format
54 * This macro expands to the number of bits required for a given display
56 * display format type
67 * @brief Display screen information
81 * Electrophoretic Display.
95 * @brief Enumeration with possible display orientation
104 /** @brief Structure holding display capabilities. */
106 /** Display resolution in the X direction */
108 /** Display resolution in the Y direction */
110 /** Bitwise or of pixel formats supported by the display */
112 /** Information about display panel */
114 /** Currently active pixel format for the display */
116 /** Current display orientation */
120 /** @brief Structure to describe display data buffer layout */
136 * @brief Callback API to turn on display blanking
143 * @brief Callback API to turn off display blanking
150 * @brief Callback API for writing data to the display
160 * @brief Callback API for reading data from the display
177 * @brief Callback API to set display brightness
185 * @brief Callback API to set display contrast
193 * @brief Callback API to get display capabilities
202 * @brief Callback API to set pixel format used by the display
211 * @brief Callback API to set orientation used by the display
219 * @brief Display driver API
220 * API which a display driver should expose
236 * @brief Write data to display
258 * @brief Read data from display
306 * @brief Turn display blanking on
308 * This function blanks the complete display.
316 * In case the driver supports display blanking the initial state of the driver
337 * @brief Turn display blanking off
339 * Restore the frame buffer content to the display.
361 * @brief Set the brightness of the display
363 * Set the brightness of the display in steps of 1/256, where 255 is full
386 * @brief Set the contrast of the display
388 * Set the contrast of the display in steps of 1/256, where 255 is maximum
410 * @brief Get display capabilities
426 * @brief Set pixel format used by the display
429 * @param pixel_format Pixel format to be used by display
449 * @brief Set display orientation
452 * @param orientation Orientation to be used by display