stretched contrast for modified bitmap scroller

This commit is contained in:
Christian Kroll 2011-05-24 19:29:21 +00:00
parent 7b35c18588
commit 6155a37933
1 changed files with 1 additions and 1 deletions

View File

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