sinobitorg / hardware

Hardware designs for the sino:bit
MIT License
100 stars 12 forks source link

image_draw.html : allow up to 32 bits per word #11

Open tatzelbrumm opened 6 years ago

tatzelbrumm commented 6 years ago

Large LED matrices are better saved in uint16_t or even uint32_t. The modified image_draw.html supports this.