Adds nixie tubes, for displaying values from a connected circuit network.
it can not display 83.04 for example directly.so i separate to two parts with alpha"." but when number is 83.04 ,(8304/100+alpha"."+8304%100) it display 83. 4 with a space. can i get another way to fix it?