Slow bounging logo.
[bertos.git] / examples / lm3s8962 / lm3s8962.c
index 3ababfc61dc0388452d8b58fdada102c70aa667f..d9f0c49d7b4db64ec2a86497646db58c079a041e 100644 (file)
@@ -158,7 +158,7 @@ static void bouncing_logo(Bitmap *bm)
                        &bertos_logo);
                text_xprintf(bm, 7, 0, TEXT_FILL | TEXT_CENTER, "Press SELECT to quit");
                rit128x96_blitBitmap(bm);
-               timer_delay(5);
+               timer_delay(15);
                if (kbd_peek() & KEY_MASK)
                        break;
        }