Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 628 Bytes

File metadata and controls

13 lines (8 loc) · 628 Bytes

SegmentDisplayTool

This program allows you to manipulate a virtual 7/8 segment display. It supports conversion to bits and vice versa. Currently there are two display types and for the LED display it is possible to change the colors. You can also specifiy separators, which makes this a very nice tool for programmers who are dealing with segment display related problems.

Building

To build a release version of SegmentDisplayTool, run the following command: ´dotnet build -c Release´

Please note that you must have dotnet-sdk-8.0 installed for your platform.

To debug SegmentDisplayTool, you may use: ´dotnet run´