TripleSevenSeg
Last updated
Last updated
Driver to control three-digits 7-segment LED display on LED shield.
Type
Name
bool
bool
uint32_t
Is driver initialized?
Display float value on seven segment display. Supports positive and negative numbers in range from -99 to 999.
Parameters:
value Value to display.
decimal_positions Maximal number of displayed decimal positions.
Display supported symbol to LED segment at specified position with optional decimal point.
Parameters:
symbol Supported symbol.
position Position on LED display.
show decimal point
The documentation for this class was generated from the following file: D:/w/hw-libs/\_libs\_/libraries/TripleSevenSeg.h
()
(void)
(float value, uint8_t decimal_positions)
(char symbol, uint8_t position, bool dot)