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:
parent
9aad0db9df
commit
2d720b2a79
4 changed files with 123 additions and 5 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue