EFM32 Giant Gecko Software Documentation  efm32gg-doc-5.1.2
LCD_Init_TypeDef Struct Reference

Detailed Description

LCD Controller Initialization structure

Definition at line 248 of file em_lcd.h.

#include <em_lcd.h>

Data Fields

LCD_Bias_TypeDef bias
 
LCD_ConConf_TypeDef contrast
 
bool enable
 
LCD_Mux_TypeDef mux
 
LCD_VLCDSel_TypeDef vlcd
 
LCD_Wave_TypeDef wave
 

Field Documentation

LCD_Bias_TypeDef LCD_Init_TypeDef::bias

Bias configuration

Definition at line 255 of file em_lcd.h.

Referenced by LCD_Init().

LCD_ConConf_TypeDef LCD_Init_TypeDef::contrast

Contrast Configuration

Definition at line 261 of file em_lcd.h.

Referenced by LCD_Init().

bool LCD_Init_TypeDef::enable

Enable controller at end of initialization

Definition at line 251 of file em_lcd.h.

Referenced by LCD_Init().

LCD_Mux_TypeDef LCD_Init_TypeDef::mux

Mux configuration

Definition at line 253 of file em_lcd.h.

Referenced by LCD_Init().

LCD_VLCDSel_TypeDef LCD_Init_TypeDef::vlcd

VLCD Select

Definition at line 259 of file em_lcd.h.

Referenced by LCD_Init().

LCD_Wave_TypeDef LCD_Init_TypeDef::wave

Wave configuration

Definition at line 257 of file em_lcd.h.

Referenced by LCD_Init().


The documentation for this struct was generated from the following file: