Page 1 of 1

7 segment display

Posted: Thu Jan 12, 2017 3:34 pm
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 :)

Re: 7 segment display

Posted: Sat Jan 14, 2017 1:18 pm
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.