Display Ili9341. This module is interfaced through SPIM1.
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.
|
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
-
conf | Pointer to the device configuration. |