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:
parent
43a1ac7267
commit
ba2c197f2f
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ bool alarm_screen(void)
|
||||||
char buf[32];
|
char buf[32];
|
||||||
|
|
||||||
lcd_clear_display();
|
lcd_clear_display();
|
||||||
|
lcd_setfont(FONT_SYSFIXED);
|
||||||
|
lcd_setmargins(0, 0);
|
||||||
lcd_puts(0,1, str(LANG_ALARM_MOD_KEYS));
|
lcd_puts(0,1, str(LANG_ALARM_MOD_KEYS));
|
||||||
|
|
||||||
while(!done) {
|
while(!done) {
|
||||||
|
|
Loading…
Reference in a new issue