7 Segment Digits


Adds 7 segment digits, for displaying values from a connected circuit network. Orignal Code taken from the Nixie Tube mod by justarandomgeek and GopherAtl.

Utilities
a month ago
1.1 - 2.0
2.10K
Circuit network

i Alternative functioning mode

5 months ago
(updated 5 months ago)

I know I just submitted another thread, but in the spirit of keeping topics separate.

Could you please add an alternate mode, in which we can control the segments (including the dot from the other thread haha) through a binary mask?

Ways this could be done:
- listening to a specific signal (that you can either add for the mod, or a builtin one, like "A") - I will refer to this as @ in the examples
- an option in the menu
- a key toggle

Example 1

Input: (Stone: 21, @:1+)

Stone = 21 = 00010101 = dot up up_left UP_RIGHT middle DOWN_LEFT down_right DOWN

output:

  |
|_

New response