Font problems with the alarm setting

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4054 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-11-20 01:43:09 +00:00
parent 43a1ac7267
commit ba2c197f2f

View file

@ -57,6 +57,8 @@ bool alarm_screen(void)
char buf[32];
lcd_clear_display();
lcd_setfont(FONT_SYSFIXED);
lcd_setmargins(0, 0);
lcd_puts(0,1, str(LANG_ALARM_MOD_KEYS));
while(!done) {