PMSIS BSP
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Ili9341

Data Structures

struct  pi_ili9341_conf
 

Enumerations

enum  pi_ili_orientation_e
 
enum  pi_ili_ioctl_cmd_e
 

Functions

void pi_ili9341_conf_init (struct pi_ili9341_conf *conf)
 Initialize a camera configuration with default values. More...
 

Description

Display Ili9341. This module is interfaced through SPIM1.

Enumeration Type Documentation

Enumerator
PI_ILI_IOCTL_ORIENTATION 

Display orientation command. The argument to this command must be a value of type pi_ili_orientation_e.

Enumerator
PI_ILI_ORIENTATION_0 

Orientation at 0 degrees.

PI_ILI_ORIENTATION_90 

Orientation at 90 degrees.

PI_ILI_ORIENTATION_180 

Orientation at 180 degrees.

PI_ILI_ORIENTATION_270 

Orientation at 270 degrees.

Function Documentation

void pi_ili9341_conf_init ( struct pi_ili9341_conf conf)

The structure containing the configuration must be kept alive until the camera device is opened. It can only be called from fabric-controller side.

Parameters
confPointer to the device configuration.