I used a version of your display for a project of mine and I found that you can take off one of the arithmetic combinators from the bottom while still keeping the input ticks aligned, and you can remove 2 arithmetic combinators if you don't mind a 1 tick interrupt when changing numbers.DaveMcW wrote:I updated my single digit display, using XKnight's integer overflow alphabet to cut the size in half. It can still be chained together for multiple digits.
If you are displaying a number over 210k, you actually end up overflowing the integer limit in the display's internal workings, but it turns out that it doesn't affect the result at all.