Skip to content

SPI Protocol

SPI commands are used to communicate between the MCU and the COG Driver. The SPI format used differs from the standard in that two-way communications are not used, and CS is pulled high then low between clocks. When setting up the SPI timing, PDI recommends verify both the SPI command format and SPI command timing in this section.

The maximum clock speed of the display is 10MHz.

SPI timing format

SPI Write

SPI(0xI, 0xD0, 0xD1, 0xD2, …)

Where

  • I is the Register Index and the length is 1 byte
  • D0~n is the Register Data. The Data length is variable by different Register Index.

SPI Read