After a program continued to run but no longer drew any graphics, I tried to isolate the error - particularly, because it drew its graphics without any problems while the LCD display was "off", but stopped doing so when it was turned "on" (or the screen locked and unlocked)
Interpreter error: [
"MEMORY_BUSY"
]
New interpreter error: MEMORY_BUSY
As this message does not seem to crash my application: when is it thrown or printed to the console?
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.
After a program continued to run but no longer drew any graphics, I tried to isolate the error - particularly, because it drew its graphics without any problems while the LCD display was "off", but stopped doing so when it was turned "on" (or the screen locked and unlocked)
As this message does not seem to crash my application: when is it thrown or printed to the console?