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* Type A: Motorola 6800 parallel bus
11
12* Type B: Intel 8080 parallel bus
13
14* Type C: SPI Type serial bit bus with 3 options:
15
16  #. 9 write clocks per byte, final bit is command/data selection bit
17
18  #. Same as above, but 16 write clocks per byte
19
20  #. 8 write clocks per byte. Command/data selected via GPIO pin
21
22Currently, the API only supports Type C controllers, options 1 and 3.
23
24API Reference
25*************
26
27.. doxygengroup:: mipi_dbi_interface
28