You are viewing documentation for version:
LCD Animation Configuration. 
Public Attributes#
bool
Enable Animation at end of initialization. 
uint32_t
Initial Animation Register A Value. 
Shift operation of Animation Register A. 
uint32_t
Initial Animation Register B Value. 
Shift operation of Animation Register B. 
A and B Logical Operation to use for mixing and outputting resulting segments. 
Number of first segment to animate. 
Public Attribute Documentation#
enable#
bool LCD_AnimInit_TypeDef::enable
Enable Animation at end of initialization. 
AReg#
uint32_t LCD_AnimInit_TypeDef::AReg
Initial Animation Register A Value. 
AShift#
LCD_AnimShift_TypeDef LCD_AnimInit_TypeDef::AShift
Shift operation of Animation Register A. 
BReg#
uint32_t LCD_AnimInit_TypeDef::BReg
Initial Animation Register B Value. 
BShift#
LCD_AnimShift_TypeDef LCD_AnimInit_TypeDef::BShift
Shift operation of Animation Register B. 
animLogic#
LCD_AnimLogic_TypeDef LCD_AnimInit_TypeDef::animLogic
A and B Logical Operation to use for mixing and outputting resulting segments. 
startSeg#
LCD_AnimLoc_TypeDef LCD_AnimInit_TypeDef::startSeg
Number of first segment to animate.