This commit is contained in:
Joel Bodenmann 2012-10-23 22:47:19 +02:00
parent 1909342055
commit 8d749ece56

View File

@ -9,7 +9,7 @@ int main(void) {
gdispInit();
gdispSetOrientation(GDISP_ROTATE_270);
mandelbrotInit(50, 50, 512);
mandelbrotInit(128, 128, 512);
while(TRUE) {