Computer Laboratory

ECAD and Architecture Practical Classes

Exercise 2 - Mandelbrot on Steroids

Behaviour

Produce a plot of the Mandelbrot Set on the tPad LCD in under 20 seconds.

Implementation Advice

Open mandelbrot.c. Modify the existing code to use all 16 TTCs. Note that the TTCs are numbered 0 to 15 and not 1 to 16.

Previous  |  Contents  |  Next