Adds nixie tubes, for displaying values from a connected circuit network.
Is it possible to split big numbers with decimals? 123.456.789 or 123,456,789?
If chain is broken it only shows last 3 digits.
divide by 1000 and give the next set the divided value, and put an alpha nixie showing . or , in between
Got it, thanks!