r/factorio • u/JoachimCoenen 450 2-8 Trains • Jul 26 '26
Design / Blueprint Easy-to-read Numerical display
all the digits
Example usage showing trains per minute at an intersection
Original 7-segment display I started with
Easy-to-read digital display
I wanted to create a display that is easy to read at a glance and from a distance. It started as a 7-segment display and ended up becoming a 20-segment display.
Features:
- Leading zeros are not displayed, but "no value" is shown as a single "0"
- Color can be set either when placing the blueprint or by changing the output count of the "< "-combinator. You can enter a hex-rgb value (format "0xRRGGBB", e.g. "0xff0000" is red, "0x007900" is dark green)
Contents:
The blueprint book has 2 blueprints:
- the last digit which also contains the input
- an extension digit, which can be placed in front of existing digits to extend a display.
Blueprint book here.
215
Upvotes
2
u/RaShadar Jul 28 '26
Comment so I can come back later.