• I have a bunch of data that I want to be transferred from my PC to the Espruino then to a display. Would it be better to have a script on the Espruino parse the JSON Data and write it to the display, or would it be better for the PC to send direct graphics drawString's then flip it at the end?

    I was thinking the latter as it would mean the Espruino doesn't need to be written then saved, the PC can just write the init code for the display when it connects.

About

Avatar for MrTimcakes @MrTimcakes started