The dot matrix board serial is 115,200bps
If my math is correct this is far to slow for me to run 24fps :(
192x32x2 = 12288 bits / 8 = 1536 bytes (one frame, 3 colours)
This is why I will need to use its i2c interface (hopefully been written or I will be downloading the pic dev tools as well hehe)
@russdx started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The dot matrix board serial is 115,200bps
If my math is correct this is far to slow for me to run 24fps :(
192x32x2 = 12288 bits
/ 8 = 1536 bytes (one frame, 3 colours)
This is why I will need to use its i2c interface (hopefully been written or I will be downloading the pic dev tools as well hehe)