mikroSDK Reference Manual
ili9341_cfg_t Struct Reference

ILI9341 Configuration Object. More...

Data Fields

pin_name_t rst
 
pin_name_t cs
 
pin_name_t rs
 
pin_name_t rd
 
pin_name_t wr
 
hal_port_name_t data_channel_0
 
uint32_t data_channel_0_mask
 
hal_port_name_t data_channel_1
 
uint32_t data_channel_1_mask
 
ili9341_orientation_t orientation
 
ili9341_host_interface_t host_interface
 
pwm_config_t pwm_cfg
 
uint16_t width
 
uint16_t height
 

Detailed Description

Configuration object definition for ILI9341 display controller.

Field Documentation

◆ rst

pin_name_t ili9341_cfg_t::rst

Reset pin.

◆ cs

pin_name_t ili9341_cfg_t::cs

Chip Select pin.

◆ rs

pin_name_t ili9341_cfg_t::rs

Data/Command select pin.

◆ rd

pin_name_t ili9341_cfg_t::rd

Read pin.

◆ wr

pin_name_t ili9341_cfg_t::wr

Write pin.

◆ data_channel_0

hal_port_name_t ili9341_cfg_t::data_channel_0

8-bit data port.

◆ data_channel_0_mask

uint32_t ili9341_cfg_t::data_channel_0_mask

Data port mask.

◆ data_channel_1

hal_port_name_t ili9341_cfg_t::data_channel_1

8-bit data port.

◆ data_channel_1_mask

uint32_t ili9341_cfg_t::data_channel_1_mask

Data port mask.

◆ orientation

ili9341_orientation_t ili9341_cfg_t::orientation

Display orientation.

◆ host_interface

ili9341_host_interface_t ili9341_cfg_t::host_interface

Device mode.

◆ pwm_cfg

pwm_config_t ili9341_cfg_t::pwm_cfg

PWM configuration structure.

◆ width

uint16_t ili9341_cfg_t::width

Display width.

◆ height

uint16_t ili9341_cfg_t::height

Display height.