Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/mandelbrot/mandelbrot.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down