MCU_DISPLAY Struct ReferenceKit Drivers > SegmentLcd

Defines prototype for all segments in display.

Definition at line 176 of file segmentlcd.c.

Data Fields

ARING_TypeDef ARing
 
BATTERY_TypeDef Battery
 
Block_TypeDef BotBlocks [ALPHA_DIGITS]
 
EM_TypeDef EMode
 
NUMBER_TypeDef Number [NUM_DIGITS]
 
CHAR_TypeDef Text [ALPHA_DIGITS]
 
Block_TypeDef TopBlocks [ALPHA_DIGITS]
 

Field Documentation

ARING_TypeDef MCU_DISPLAY::ARing

Display ring

Definition at line 180 of file segmentlcd.c.

Referenced by SegmentLCD_ARing().

BATTERY_TypeDef MCU_DISPLAY::Battery

Display battery

Definition at line 181 of file segmentlcd.c.

Referenced by SegmentLCD_Battery().

Block_TypeDef MCU_DISPLAY::BotBlocks[ALPHA_DIGITS]

Display bottom blocks

Definition at line 183 of file segmentlcd.c.

Referenced by displayBlock().

EM_TypeDef MCU_DISPLAY::EMode

Display energy mode

Definition at line 179 of file segmentlcd.c.

Referenced by SegmentLCD_EnergyMode().

NUMBER_TypeDef MCU_DISPLAY::Number[NUM_DIGITS]

Numbers on display

Definition at line 178 of file segmentlcd.c.

Referenced by SegmentLCD_Number(), and SegmentLCD_UnsignedHex().

CHAR_TypeDef MCU_DISPLAY::Text[ALPHA_DIGITS]

Text on display

Definition at line 177 of file segmentlcd.c.

Referenced by SegmentLCD_Write().

Block_TypeDef MCU_DISPLAY::TopBlocks[ALPHA_DIGITS]

Display top blocks

Definition at line 182 of file segmentlcd.c.

Referenced by displayBlock().


The documentation for this struct was generated from the following file:
  • C:/cygwin/home/caamunds/work/super/hardware/kit/common/drivers/segmentlcd.c