forked from len0rd/rockbox
FS#10211 Clear full size of display of calculator; not rounded size.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21026 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fb6b15980a
commit
0b57fe78f6
1 changed files with 1 additions and 1 deletions
|
@ -1238,7 +1238,7 @@ void printResult(void)
|
|||
}
|
||||
|
||||
rb->lcd_getstringsize(buf, &w, &h);
|
||||
rb->screen_clear_area(rb->screens[0], 0, 0, LCD_WIDTH, REC_HEIGHT-1);
|
||||
rb->screen_clear_area(rb->screens[0], 0, 0, LCD_WIDTH, Y_1_POS - 1);
|
||||
rb->lcd_putsxy(4, Y_1_POS - h -1, operbuf);
|
||||
rb->lcd_putsxy(LCD_WIDTH - w - 4, Y_1_POS - h -1, buf);
|
||||
rb->lcd_update_rect(0, 1, LCD_WIDTH, Y_1_POS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue