aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/mandelbrot/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/mandelbrot/main.c b/demos/mandelbrot/main.c
index a726320e..45689df3 100644
--- a/demos/mandelbrot/main.c
+++ b/demos/mandelbrot/main.c
@@ -9,7 +9,7 @@ int main(void) {
gdispInit();
gdispSetOrientation(GDISP_ROTATE_270);
- mandelbrotInit(50, 50, 512);
+ mandelbrotInit(128, 128, 512);
while(TRUE) {