1
0
Fork 0
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:
Kevin Ferrare 2007-08-04 14:50:28 +00:00
parent 75e2f19de3
commit 14d276121a
4 changed files with 16 additions and 13 deletions

View file

@ -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