I took a stab at this and wasn't happy with the spacing with a 2x1 version without squishing the numbers, so I instead saw how much I could fit into 3x1 and it fits 7 digits with what I think is reasonably aesthetic spacing. This does not chain together prettily, though I suspect that a number limit of 9,999,999 mostly makes up for this.
Created PR at https://github.com/pindab0ter/UPSFriendlyNixieTubeDisplay/pull/4
sample image of it working: https://i.imgur.com/3XwwF6Y.png
First of all, thank you for taking the time and effort to make such a good quality PR.
I have thought a bout it for a while and I think I'm going to hold off of merging the PR for now. Let me explain why.
The core of the problem we're trying to solve is nicely displaying large values.
Personally I use the classic Nixie tube for everything and you can just put as many of them in a row as you want. The same goes for the reinforced Nixie tubes. However, they do take up a lot of space that way. This is where the small reinforced Nixie tube display comes in, being able to display twice the amount of digits in only half of the space.
The problem with the small reinforced Nixie tube display is that we don't generally group digits in sets of two but three (sorry to any Indians reading this), and it seems hard to make a display with three digits look good with the current assets.
It looks like you ended up at a seven digit display because it combines the ability to show large (enough) numbers with the fact that the digits are nicely spaced inside of the display, even mimicking a thousands separator with how you distributed the spacing between numbers.
Here's the thing: I just don't think any of the reinforced Nixie tube displays look very good.
So rather than settling for the seven digit display (which, honestly, is pretty decent for what it aims to do), I would rather renew my efforts to find a game graphics artist to create new assets for this mod; improved visuals, but also a way to chain displays in a way that looks pleasing. Maybe even a 2x1 display with three digits that does look nice because of custom assets.
The reason I don't want to merge this PR in the meantime is that if people start using it and I do find someone to create new assets, I will have to continue supporting the seven digit variant even if it becomes superseded by a possibly better alternative.
I have already tried asking around on the forums but have not had a reply yet. I have begun looking around on platforms like Fiverr and Upwork. Unfortunately I don't have much money I can spend on this. I will also try to directly contact modders who I think made good assets.
Please let me know what you think and if you know anyone that can create better assets than these and help think on how to make larger numbers look good, either spread over multiple displays or by offering more display sizes.