forked from len0rd/rockbox
Clock plugin : centered the binary plugin, moved the AM/PM mark to the right on digital display, reduced the thickness of the pseudo antialiasing for analog clock
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14181 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
75e2f19de3
commit
14d276121a
4 changed files with 16 additions and 13 deletions
|
@ -193,7 +193,7 @@ void draw_hour(struct screen* display, struct time* time,
|
|||
if(display->is_color){
|
||||
display->set_foreground(LCD_RGBPACK(100,110,125));
|
||||
draw_hands(display, hour, time->minute, time->second,
|
||||
2, skin, show_seconds);
|
||||
1, skin, show_seconds);
|
||||
display->set_foreground(LCD_BLACK);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue