1
0
Fork 0
forked from len0rd/rockbox

I found several plugins to draw beyond screen boundary

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4176 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2003-12-23 22:24:48 +00:00
parent 9aad0db9df
commit 2d720b2a79
4 changed files with 123 additions and 5 deletions

View file

@ -108,7 +108,7 @@ static void draw_headers(void)
rb->lcd_putsxy(ws, 0 , Dayname[i++]);
ws += space;
}
rb->lcd_drawline(0 ,h ,LCD_WIDTH ,h);
rb->lcd_drawline(0 ,h ,LCD_WIDTH-1 ,h);
}
static bool day_has_memo[31];