From 6155a379333ffa178ec586a38e7d07ff9a7624a5 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Tue, 24 May 2011 19:29:21 +0000 Subject: [PATCH] stretched contrast for modified bitmap scroller --- animations/laborlogo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animations/laborlogo.c b/animations/laborlogo.c index 67a6451..398a10f 100644 --- a/animations/laborlogo.c +++ b/animations/laborlogo.c @@ -69,5 +69,5 @@ static uint8_t laborlogo_getChunk(unsigned char const nBitPlane, void laborlogo() { - bitmap_scroll(48, 48, 1, 400, 75, laborlogo_getChunk); + bitmap_scroll(48, 48, 2, 400, 75, laborlogo_getChunk); }