7 segment display

This board is to show, discuss and archive useful combinator- and logic-creations.
Smart triggering, counters and sensors, useful circuitry, switching as an art :), computers.
Please provide if possible always a blueprint of your creation.
Post Reply
User avatar
Brathahn
Fast Inserter
Fast Inserter
Posts: 108
Joined: Sat Aug 02, 2014 1:50 pm
Contact:

7 segment display

Post by Brathahn »

Hi,
i made a 7 segment display for general purpose use.
Image

The setup is "quite" simple: it contains the display itself, a lookup table for the digits 0-9, a color option and the modulo operation to disassemble the fed in number for the display.

its also tileable to make it bigger or smaller. only adjust the modulo combinator to fit your needs.
For example: a 4 digit display would need the modulo-combinators set to 1000, 100, 10, 1 in that order from left to right to display the number correctly.
The constant combinators do set the number and the color of display and can be replaced by any other combinator logic or chest.
Image

and finally the blueprint:
blueprint
Tell me what you think about it :)

User avatar
hansinator
Fast Inserter
Fast Inserter
Posts: 160
Joined: Sat Sep 10, 2016 10:42 pm
Contact:

Re: 7 segment display

Post by hansinator »

This looks nice but it is rather big. There have been a couple of more elegant solutions with much less combinators, just search the forum for display.

Post Reply

Return to “Combinator Creations”