CHAR_TypeDef Struct ReferenceKit Drivers > SegmentLcd

Defines each text symbol's segment in terms of COM and BIT numbers, in a way that we can enumerate each bit for each text segment in the following bit pattern:

*  -------0------
*
* |   \7  |8  /9 |
* |5   \  |  /   |1
*
*  --6---  ---10--
*
* |    /  |  \11 |
* |4  /13 |12 \  |2
*
*  -------3------
* 

E.g.: First text character bit pattern #3 (above) is Segment 1D for Display Location COM 3, BIT 0

Definition at line 83 of file segmentlcd.c.

Data Fields

uint8_t bit [14]
 
uint8_t com [14]
 

Field Documentation

uint8_t CHAR_TypeDef::bit[14]

LCD bit number

Definition at line 85 of file segmentlcd.c.

uint8_t CHAR_TypeDef::com[14]

LCD COM line (for multiplexing)

Definition at line 84 of file segmentlcd.c.


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