There's no 'standard' way of forcing a redraw of the whole application I'm afraid (apart from reloading the whole app as was mentioned above). Obviously if it's your app you can ensure you have a draw function or something like that, but not everyone does that.
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.
There's no 'standard' way of forcing a redraw of the whole application I'm afraid (apart from reloading the whole app as was mentioned above). Obviously if it's your app you can ensure you have a
draw
function or something like that, but not everyone does that.