#include <em_lcd.h>
Data Fields | |
bool | enable |
uint32_t | AReg |
LCD_AnimShift_TypeDef | AShift |
uint32_t | BReg |
LCD_AnimShift_TypeDef | BShift |
LCD_AnimLogic_TypeDef | animLogic |
int | startSeg |
LCD Animation Configuration
Definition at line 218 of file em_lcd.h.
A and B Logical Operation to use for mixing and outputting resulting segments
Definition at line 231 of file em_lcd.h.
Referenced by LCD_AnimInit().
uint32_t LCD_AnimInit_TypeDef::AReg |
Initial Animation Register A Value
Definition at line 223 of file em_lcd.h.
Referenced by LCD_AnimInit().
Shift operation of Animation Register A
Definition at line 225 of file em_lcd.h.
Referenced by LCD_AnimInit().
uint32_t LCD_AnimInit_TypeDef::BReg |
Initial Animation Register B Value
Definition at line 227 of file em_lcd.h.
Referenced by LCD_AnimInit().
Shift operation of Animation Register B
Definition at line 229 of file em_lcd.h.
Referenced by LCD_AnimInit().
Enable Animation at end of initialization
Definition at line 221 of file em_lcd.h.
Referenced by LCD_AnimInit().
Number of first segment to animate. Options are 0 or 8 for Giant/Leopard. End is startSeg+7
Definition at line 234 of file em_lcd.h.
Referenced by LCD_AnimInit().