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.
![[Image: HEXtoACD_zpsa601c988.png]](http://img.photobucket.com/albums/v191/legofreak1988/minecraft/HEXtoACD_zpsa601c988.png)
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
![[Image: HEXtoACD16bit_zps3f571802.png]](http://img.photobucket.com/albums/v191/legofreak1988/minecraft/HEXtoACD16bit_zps3f571802.png)
It's a big triangle when the useless cells are taken away
![[Image: HEXtoACD16bit2_zps8ab69278.png]](http://img.photobucket.com/albums/v191/legofreak1988/minecraft/HEXtoACD16bit2_zps8ab69278.png)
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.
![[Image: HEXtoACD_zpsa601c988.png]](http://img.photobucket.com/albums/v191/legofreak1988/minecraft/HEXtoACD_zpsa601c988.png)
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
![[Image: HEXtoACD16bit_zps3f571802.png]](http://img.photobucket.com/albums/v191/legofreak1988/minecraft/HEXtoACD16bit_zps3f571802.png)
It's a big triangle when the useless cells are taken away
![[Image: HEXtoACD16bit2_zps8ab69278.png]](http://img.photobucket.com/albums/v191/legofreak1988/minecraft/HEXtoACD16bit2_zps8ab69278.png)
I also made leading 0s disable the display