From f22eeee119bbb30e7a28dd4d0751bdb1201d5a90 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sun, 14 Aug 2005 08:43:05 +0000 Subject: Use the system font in the debug screens git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7327 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 21e30e9..67a5cdb 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -830,6 +830,7 @@ bool dbg_ports(void) int batt_int, batt_frac; #ifdef HAVE_LCD_BITMAP + lcd_setfont(FONT_SYSFIXED); lcd_setmargins(0, 0); #endif lcd_clear_display(); @@ -1129,6 +1130,7 @@ bool view_battery(void) #ifdef HAVE_LCD_BITMAP lcd_setmargins(0, 0); + lcd_setfont(FONT_SYSFIXED); #endif while(1) { -- cgit v1.1