So, this is much faster and I actually get a solid image being drawn now, but will need to try a few more speed tweaks as it's just not quite fast enough (like a monitor in too low a refresh rate, you see slight flickering in the corner of your eye).
Other than inlining the methods in update row, is there anything else you can suggest? (currently got setInterval at 0.05)
PS The image rendering out now seems to be backwards (compared to what I had before) is this something to do with config? or should I just compensate in my code?
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.
So, this is much faster and I actually get a solid image being drawn now, but will need to try a few more speed tweaks as it's just not quite fast enough (like a monitor in too low a refresh rate, you see slight flickering in the corner of your eye).
Other than inlining the methods in update row, is there anything else you can suggest? (currently got setInterval at 0.05)
PS The image rendering out now seems to be backwards (compared to what I had before) is this something to do with config? or should I just compensate in my code?
Matt