LCD_AnimInit_TypeDef Struct Reference
[LCD]

#include <em_lcd.h>

Collaboration diagram for LCD_AnimInit_TypeDef:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

LCD Animation Configuration

Definition at line 218 of file em_lcd.h.


Field Documentation

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().

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().

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().


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