TripleSevenSeg
Driver to control three-digits 7-segment LED display on LED shield.
Public Functions
Type
Name
bool
bool
uint32_t
Public Functions Documentation
function TripleSevenSeg
function is_initialized
Is driver initialized?
function display_number
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.
function display_symbol
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
Last updated