@rigrig that's exactly what I thought, since I'd be interfering with the clock thinking it has exclusive draw access.
I'm leaning towards messages. If it's going to be used somewhat more generically then the ios and android libs will probably need some altering since they call .clearAll() on disconnect, to avoid the apps clearing each others messages.
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.
Thanks for the replies!
@rigrig that's exactly what I thought, since I'd be interfering with the clock thinking it has exclusive draw access.
I'm leaning towards
messages
. If it's going to be used somewhat more generically then theios
andandroid
libs will probably need some altering since they call.clearAll()
on disconnect, to avoid the apps clearing each others messages.