summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index f536f5c93f..3010104cd3 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -900,7 +900,7 @@ int show_logo( void )
900 lcd_remote_getstringsize((unsigned char *)"A", &font_w, &font_h); 900 lcd_remote_getstringsize((unsigned char *)"A", &font_w, &font_h);
901 lcd_remote_putsxy((LCD_REMOTE_WIDTH/2) - ((strlen(version)*font_w)/2), 901 lcd_remote_putsxy((LCD_REMOTE_WIDTH/2) - ((strlen(version)*font_w)/2),
902 LCD_REMOTE_HEIGHT-font_h, (unsigned char *)version); 902 LCD_REMOTE_HEIGHT-font_h, (unsigned char *)version);
903 lcd_setfont(FONT_UI); 903 lcd_remote_setfont(FONT_UI);
904 lcd_remote_update(); 904 lcd_remote_update();
905#endif 905#endif
906 906