Robot 7-segment Display, v1.1.1
Posted on

The library for controlling a 7-segment display.
Support transformation of the Character structure to the same one without a decimal point.
Change Log
- structures:
- the
Characterstructure:- support transformation to the same character without a decimal point.
- the
Features
- possibilities:
- controlling a single display;
- controlling a multiplexed display;
- structures:
- the
Characterstructure represents a character and keeps a set of specific segments that should be active for displaying this character:- supports transformation to the same character with a decimal point;
- supports transformation to the same character without a decimal point;
- the
Displaystructure represents a single display and keeps mapping between segments and pins to which they are connected; - the
DisplaySelectorstructure controls a multiplexed display by switching its sub-displays, and keeps a set of pins using for this.
- the