I have upgrade my simple mandelbrot browser, it is much fast now. I use guess method to accelerate calcaute, and display sketch first.
And I found a bug in develop, pause(0) will make simulator halt, in real board it works. So I have to use pause(1), this will slightly reduced running speed.