LCD_Init_TypeDef Struct Reference
LCD Controller Initialization structure.
      
       #include <em_lcd.h>
      
     
| Data Fields | |
| bool | enable | 
| Enable controller at end of initialization. | |
| LCD_Mux_TypeDef | mux | 
| Mux configuration. | |
| LCD_Bias_TypeDef | bias | 
| Bias configuration. | |
| LCD_Wave_TypeDef | wave | 
| Wave configuration. | |
| LCD_Mode_Typedef | mode | 
| Mode of operation. | |
| LCD_ChargeRedistribution_TypeDef | chargeRedistribution | 
| Charge redistribution cycles. | |
| uint8_t | frameRateDivider | 
| Frame rate divider. | |
| int | contrastLevel | 
| Contrast level. | |
| uint32_t | clockPrescaler | 
| Clock Prescaler. | |
LCD Controller Initialization structure.
Field Documentation
◆ enable
| bool LCD_Init_TypeDef::enable | 
Enable controller at end of initialization.
◆ mux
| LCD_Mux_TypeDef LCD_Init_TypeDef::mux | 
Mux configuration.
◆ bias
| LCD_Bias_TypeDef LCD_Init_TypeDef::bias | 
Bias configuration.
◆ wave
| LCD_Wave_TypeDef LCD_Init_TypeDef::wave | 
Wave configuration.
◆ mode
| LCD_Mode_Typedef LCD_Init_TypeDef::mode | 
Mode of operation.
◆ chargeRedistribution
| LCD_ChargeRedistribution_TypeDef LCD_Init_TypeDef::chargeRedistribution | 
Charge redistribution cycles.
◆ frameRateDivider
| uint8_t LCD_Init_TypeDef::frameRateDivider | 
Frame rate divider.
◆ contrastLevel
| int LCD_Init_TypeDef::contrastLevel | 
Contrast level.
◆ clockPrescaler
| uint32_t LCD_Init_TypeDef::clockPrescaler | 
Clock Prescaler.