The advantage of flat stuff is that you can fold it on top of itself pretty easily. this has 2X stacked vertical binary inputs
I feel like this is pretty compact for 8 bit conversion(24x12x16). I even slapped on a couple of the magical gentleman's vertical hex to bin converters on the inputs. I even added a 9th bit(256) just because it didn't require anything extra. this was a bit of a speed build with not much optimization in mind.
didnt bother deleting the extra cells. so the top left half doesn't actually do anything.
edit: tested functional to 16 bit or FFFF in hex
It's a big triangle when the useless cells are taken away
I also made leading 0s disable the display
I feel like this is pretty compact for 8 bit conversion(24x12x16). I even slapped on a couple of the magical gentleman's vertical hex to bin converters on the inputs. I even added a 9th bit(256) just because it didn't require anything extra. this was a bit of a speed build with not much optimization in mind.
didnt bother deleting the extra cells. so the top left half doesn't actually do anything.
edit: tested functional to 16 bit or FFFF in hex
It's a big triangle when the useless cells are taken away
I also made leading 0s disable the display