During my test for this LED board, I tested a driver using setPixel in javascript.
At the end it turns out, that this is faster than a converting step (see above)
And it does not waste more memory.
Even being faster than expected, I would like to add setPixel for LED Panels in C. These would be only a few lines, but I've no idea, where and how to add.
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.
During my test for this LED board, I tested a driver using setPixel in javascript.
At the end it turns out, that this is faster than a converting step (see above)
And it does not waste more memory.
Even being faster than expected, I would like to add setPixel for LED Panels in C. These would be only a few lines, but I've no idea, where and how to add.