NUMBER_TypeDef Struct Reference

Defines segment COM and BIT fields numeric display. More...

Collaboration diagram for NUMBER_TypeDef:
Collaboration graph
[legend]

Data Fields

uint8_t com [7]
 LCD COM line (for multiplexing).
uint8_t bit [7]
 LCD bit number.

Detailed Description

Defines segment COM and BIT fields numeric display.

Definition at line 77 of file segmentlcd.c.


Field Documentation

uint8_t NUMBER_TypeDef::bit[7]

LCD bit number.

Definition at line 80 of file segmentlcd.c.

Referenced by SegmentLCD_Number(), and SegmentLCD_UnsignedHex().

uint8_t NUMBER_TypeDef::com[7]

LCD COM line (for multiplexing).

Definition at line 79 of file segmentlcd.c.

Referenced by SegmentLCD_Number(), and SegmentLCD_UnsignedHex().


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