From d34c4c92b4d64258077e1caeb0723db404ae9951 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 10 Jun 2010 09:57:37 +0000 Subject: [PATCH] Slow bounging logo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3913 38d2e660-2303-0410-9eaa-f027e97ec537 --- examples/lm3s8962/lm3s8962.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lm3s8962/lm3s8962.c b/examples/lm3s8962/lm3s8962.c index 3ababfc6..d9f0c49d 100644 --- a/examples/lm3s8962/lm3s8962.c +++ b/examples/lm3s8962/lm3s8962.c @@ -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; } -- 2.25.1