World Conquest Chronicles

World Conquest Chronicles

Robot 7-segment Display, v1.1.1

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 Character structure:
      • support transformation to the same character without a decimal point.

Features

  • possibilities:
    • controlling a single display;
    • controlling a multiplexed display;
  • structures:
    • the Character structure 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 Display structure represents a single display and keeps mapping between segments and pins to which they are connected;
    • the DisplaySelector structure controls a multiplexed display by switching its sub-displays, and keeps a set of pins using for this.