divide the graphics from the logic into 2 separate files
Interesting - so you mean the code itself that displays the message on the screen? So there'd be an app/file that shows the list of messages, and then that calls out to another one to actually display them?
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.
Interesting - so you mean the code itself that displays the message on the screen? So there'd be an app/file that shows the list of messages, and then that calls out to another one to actually display them?