ugfx_release_2.6
Joel Bodenmann 2012-10-23 22:47:19 +02:00
parent 1909342055
commit 8d749ece56
1 changed files with 1 additions and 1 deletions

View File

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