summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 501237e616..9a9e428268 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -758,7 +758,7 @@ int show_logo( void )
758 758
759 lcd_clear_display(); 759 lcd_clear_display();
760#if defined(SANSA_CLIP) || defined(SANSA_CLIPV2) || defined(SANSA_CLIPPLUS) 760#if defined(SANSA_CLIP) || defined(SANSA_CLIPV2) || defined(SANSA_CLIPPLUS)
761 /* display the logo in the blue area of the screen */ 761 /* display the logo in the blue area of the screen (bottom 48 pixels) */
762 lcd_setfont(FONT_SYSFIXED); 762 lcd_setfont(FONT_SYSFIXED);
763 lcd_getstringsize((unsigned char *)"A", &font_w, &font_h); 763 lcd_getstringsize((unsigned char *)"A", &font_w, &font_h);
764 lcd_putsxy((LCD_WIDTH/2) - ((strlen(version)*font_w)/2), 764 lcd_putsxy((LCD_WIDTH/2) - ((strlen(version)*font_w)/2),