Lines Matching full:display
9 * @brief Public API for display drivers and applications
16 * @brief Display Interface
17 * @defgroup display_interface Display Interface
31 * @brief Display pixel formats
33 * Display pixel format enumeration.
59 * Electrophoretic Display.
74 * @brief Enumeration with possible display orientation
84 /** @brief Structure holding display capabilities. */
86 /** Display resolution in the X direction */
88 /** Display resolution in the Y direction */
90 /** Bitwise or of pixel formats supported by the display */
92 /** Information about display panel */
94 /** Currently active pixel format for the display */
96 /** Current display orientation */
100 /** @brief Structure to describe display data buffer layout */
114 * @brief Callback API to turn on display blanking
121 * @brief Callback API to turn off display blanking
128 * @brief Callback API for writing data to the display
138 * @brief Callback API for reading data from the display
155 * @brief Callback API to set display brightness
163 * @brief Callback API to set display contrast
171 * @brief Callback API to get display capabilities
180 * @brief Callback API to set pixel format used by the display
189 * @brief Callback API to set orientation used by the display
197 * @brief Display driver API
198 * API which a display driver should expose
214 * @brief Write data to display
236 * @brief Read data from display
275 * @brief Turn display blanking on
277 * This function blanks the complete display.
285 * In case the driver supports display blanking the initial state of the driver
301 * @brief Turn display blanking off
303 * Restore the frame buffer content to the display.
320 * @brief Set the brightness of the display
322 * Set the brightness of the display in steps of 1/256, where 255 is full
340 * @brief Set the contrast of the display
342 * Set the contrast of the display in steps of 1/256, where 255 is maximum
359 * @brief Get display capabilities
375 * @brief Set pixel format used by the display
378 * @param pixel_format Pixel format to be used by display
393 * @brief Set display orientation
396 * @param orientation Orientation to be used by display