TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
LCD_HWAttrs Struct Reference

LCD Hardware attributes. More...

#include <LCDDogm1286.h>

Collaboration diagram for LCD_HWAttrs:
Collaboration graph
[legend]

Data Fields

LCD_Command const * LCD_initCmd
 
uint8_t lcdModePin
 
uint8_t lcdResetPin
 
uint8_t lcdCsnPin
 
uint8_t spiIndex
 

Detailed Description

LCD Hardware attributes.

A sample structure is shown below:

const LCD_HWAttrs lcdHWAttrs = {
.lcdResetPin = Board_LCD_RST,
.lcdModePin = Board_LCD_MODE,
.lcdCsnPin = Board_LCD_CSN,
.spiIndex = Board_SPI0
};

Field Documentation

LCD_Command const* LCD_HWAttrs::LCD_initCmd

LCD initialization command

uint8_t LCD_HWAttrs::lcdModePin
uint8_t LCD_HWAttrs::lcdResetPin
uint8_t LCD_HWAttrs::lcdCsnPin
uint8_t LCD_HWAttrs::spiIndex

The documentation for this struct was generated from the following file:
Copyright 2015, Texas Instruments Incorporated