From 14d276121af7aa458553f49500c802c87f23bd69 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Sat, 4 Aug 2007 14:50:28 +0000 Subject: 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 --- apps/plugins/clock/clock_draw_analog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/clock/clock_draw_analog.c') diff --git a/apps/plugins/clock/clock_draw_analog.c b/apps/plugins/clock/clock_draw_analog.c index 3cfb236..04d6c5a 100644 --- a/apps/plugins/clock/clock_draw_analog.c +++ b/apps/plugins/clock/clock_draw_analog.c @@ -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 -- cgit v1.1