1.. _mipi_dbi_api:
2
3MIPI Display Bus Interface (DBI)
4###################################
5
6The MIPI DBI driver class implements support for MIPI DBI compliant display
7controllers.
8
9MIPI DBI defines 3 interface types:
10
11* Type A: Motorola 6800 parallel bus
12
13* Type B: Intel 8080 parallel bus
14
15* Type C: SPI Type serial bit bus with 3 options:
16
17  #. 9 write clocks per byte, final bit is command/data selection bit
18
19  #. Same as above, but 16 write clocks per byte
20
21  #. 8 write clocks per byte. Command/data selected via GPIO pin
22
23Currently, the API does not support Type C controllers with 16 write clocks
24(option 2).
25
26API Reference
27*************
28
29.. doxygengroup:: mipi_dbi_interface
30