https://github.com/c-not-around/seven-segment
Utility for quickly creating tables symbols for dynamic display on a seven-segment indicator
https://github.com/c-not-around/seven-segment
csharp dynamic-indication microcontroller seven-segments-display
Last synced: about 1 year ago
JSON representation
Utility for quickly creating tables symbols for dynamic display on a seven-segment indicator
- Host: GitHub
- URL: https://github.com/c-not-around/seven-segment
- Owner: c-not-around
- Created: 2024-11-04T14:07:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T14:20:32.000Z (over 1 year ago)
- Last Synced: 2025-06-14T11:06:35.283Z (about 1 year ago)
- Topics: csharp, dynamic-indication, microcontroller, seven-segments-display
- Language: C#
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seven Segment Indicator Tool
Utility for quickly creating tables symbols for dynamic display on a seven-segment indicator

## Usage
* Assign the correspondence of indicator segments (`A`,`B`,`C`,`D`,`E`,`F`,`G`,`dp`) to the pins of a certain microcontroller port

* Select the type of segment indicator (common anode or common cathode)
* Select the number system in which you want to display the result
* If there is no need to connect any indicator segments, then such unused bits of the microcontroller port can be filled with zeros or ones
* The output field displays the value of the microcontroller port corresponding to the current image on the indicator
* The Array button generates a symbol table for the numbers `0..9` or `0..F` as an array