Hi @Gordon, I'm playing with the graphics library now. If I want to keep two graphics objects (one for the user to update, and internal one that is being rendered to the screen currently) is the best way to copy one to the other by iterating over the .buffer and copying the values over?
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.
Hi @Gordon, I'm playing with the graphics library now. If I want to keep two graphics objects (one for the user to update, and internal one that is being rendered to the screen currently) is the best way to copy one to the other by iterating over the
.buffer
and copying the values over?