diff --git a/examples/mandelbrot/mandelbrot.ino b/examples/mandelbrot/mandelbrot.ino index f4164f2..1db1a3f 100644 --- a/examples/mandelbrot/mandelbrot.ino +++ b/examples/mandelbrot/mandelbrot.ino @@ -22,7 +22,7 @@ const int16_t - bits = 20, // Fractional resolution + bits = 12, // Fractional resolution pixelWidth = 320, // TFT dimensions pixelHeight = 240, iterations = 128; // Fractal iteration limit or 'dwell'