My controller identifies as an ILI9328, but only works if initialised as an ILI9325. This fork includes a fix to force 9325 initialization when a 9328 is detected.

Dependents:   TouchScreenCalibrate TouchScreenGUIDemo

Fork of UniGraphic by GraphicsDisplay

Embed: (wiki syntax)

« Back to documentation index

Protocols.h File Reference

Protocols.h File Reference

Go to the source code of this file.

Data Structures

class  Protocols
 Abstract interface class for spi and parallel protocols. More...

Enumerations

enum  proto_t {
  PAR_8, PAR_16, BUS_8, BUS_16,
  SPI_8, SPI_16, I2C_, MINI_STM32,
  BUS_8, BUS_16, SPI_8, SPI_16,
  I2C_
}
 

Protocol types.

More...
enum  proto_t {
  PAR_8, PAR_16, BUS_8, BUS_16,
  SPI_8, SPI_16, I2C_, MINI_STM32,
  BUS_8, BUS_16, SPI_8, SPI_16,
  I2C_
}

Detailed Description

Definition in file Protocols.h.


Enumeration Type Documentation

enum proto_t

Protocol types.

Enumerator:
PAR_8 

Parallel 8bit, port pins 0 to 7.

PAR_16 

Parallel 16bit, port pins 0 to 15.

BUS_8 

Parallel 8bit, scattered pins.

BUS_16 

Parallel 16bit, scattered pins.

SPI_8 

SPI 8bit.

SPI_16 

SPI 16bit.

I2C_ 

I2C.

MINI_STM32 

Specific to this dev board.

BUS_8 

Parallel 8bit, scattered pins.

BUS_16 

Parallel 16bit, scattered pins.

SPI_8 

SPI 8bit.

SPI_16 

SPI 16bit.

I2C_ 

I2C.

Definition at line 27 of file Protocols.h.

enum proto_t
Enumerator:
PAR_8 

Parallel 8bit, port pins 0 to 7.

PAR_16 

Parallel 16bit, port pins 0 to 15.

BUS_8 

Parallel 8bit, scattered pins.

BUS_16 

Parallel 16bit, scattered pins.

SPI_8 

SPI 8bit.

SPI_16 

SPI 16bit.

I2C_ 

I2C.

MINI_STM32 

Specific to this dev board.

BUS_8 

Parallel 8bit, scattered pins.

BUS_16 

Parallel 16bit, scattered pins.

SPI_8 

SPI 8bit.

SPI_16 

SPI 16bit.

I2C_ 

I2C.

Definition at line 38 of file Protocols.h.