Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T14:20:32.000Z (3 months ago)
- Last Synced: 2024-11-12T04:54:43.446Z (3 months 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
![screen](https://github.com/user-attachments/assets/ecbcbe19-ccfe-4485-932b-a15204fc0033)
## Usage
* Assign the correspondence of indicator segments (`A`,`B`,`C`,`D`,`E`,`F`,`G`,`dp`) to the pins of a certain microcontroller port
![mapping](https://github.com/user-attachments/assets/728b5754-e0e2-4337-b5a5-60b6d9c417ac)
* 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