DEFINES ***********************************.
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
Public Attribute Documentation#
com#
uint8_t sl_segment_lcd_char_t::com[14]
LCD COM line (for multiplexing)
Definition at line
133
of file hardware/driver/segment_lcd/inc/sl_segmentlcd.h
bit#
uint8_t sl_segment_lcd_char_t::bit[14]
LCD bit number.
Definition at line
134
of file hardware/driver/segment_lcd/inc/sl_segmentlcd.h