Slow bounging logo.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 10 Jun 2010 09:57:37 +0000 (09:57 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 10 Jun 2010 09:57:37 +0000 (09:57 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3913 38d2e660-2303-0410-9eaa-f027e97ec537

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;
        }