Lines Matching refs:display
14 MIPI Alliance published a series of specifications related to display devices, including DBI (Displ…
15 (Display Command Set). Usually when one talks about a MIPI-compatible display, one thinks of a devi…
18 …k (ILI9341) SOCs. These commands provide a common interface to configure display orientation, colo…
23 …rs with an SPI or i8080 bus, and provides a common framework for chip-specific display controllers.
69 Please note that while display flushing is handled by the driver, it is the user's responsibility t…
80 to the display object as usual by calling :cpp:func:`lv_display_set_buffers()`.
83 implement a separate set of callbacks for each display. Also note that the user must take care of a…
94 #include "src/drivers/display/st7789/lv_st7789.h"
134 /* Create the LVGL display object and the LCD display driver */
137 /* Set display orientation to landscape */
148 LV_LOG_ERROR("display draw buffer malloc failed");
210 …command list `here <https://github.com/lvgl/lvgl/blob/master/src/drivers/display/st7789/lv_st7789.…