LCD_AnimInit_TypeDef Struct ReferenceEMLIB > LCD

LCD Animation Configuration.

Definition at line 243 of file em_lcd.h.

#include <em_lcd.h>

Data Fields

LCD_AnimLogic_TypeDef animLogic
 
uint32_t AReg
 
LCD_AnimShift_TypeDef AShift
 
uint32_t BReg
 
LCD_AnimShift_TypeDef BShift
 
bool enable
 

Field Documentation

LCD_AnimLogic_TypeDef LCD_AnimInit_TypeDef::animLogic

A and B Logical Operation to use for mixing and outputting resulting segments.

Definition at line 255 of file em_lcd.h.

Referenced by LCD_AnimInit().

uint32_t LCD_AnimInit_TypeDef::AReg

Initial Animation Register A Value.

Definition at line 247 of file em_lcd.h.

Referenced by LCD_AnimInit().

LCD_AnimShift_TypeDef LCD_AnimInit_TypeDef::AShift

Shift operation of Animation Register A.

Definition at line 249 of file em_lcd.h.

Referenced by LCD_AnimInit().

uint32_t LCD_AnimInit_TypeDef::BReg

Initial Animation Register B Value.

Definition at line 251 of file em_lcd.h.

Referenced by LCD_AnimInit().

LCD_AnimShift_TypeDef LCD_AnimInit_TypeDef::BShift

Shift operation of Animation Register B.

Definition at line 253 of file em_lcd.h.

Referenced by LCD_AnimInit().

bool LCD_AnimInit_TypeDef::enable

Enable Animation at end of initialization.

Definition at line 245 of file em_lcd.h.

Referenced by LCD_AnimInit().


The documentation for this struct was generated from the following file:
  • C:/repos/embsw_super_h1/platform/emlib/inc/em_lcd.h