From 1224919f3a6a4962165e8756340ce0e88fab01fd Mon Sep 17 00:00:00 2001 From: Sylvain Saubier Date: Sat, 21 Apr 2018 09:32:30 +0200 Subject: Comment details, typos Change-Id: I71a283b8e705ad8b9274858bc3cde19d25fc7253 --- apps/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/misc.c') 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 ) lcd_clear_display(); #if defined(SANSA_CLIP) || defined(SANSA_CLIPV2) || defined(SANSA_CLIPPLUS) - /* display the logo in the blue area of the screen */ + /* display the logo in the blue area of the screen (bottom 48 pixels) */ lcd_setfont(FONT_SYSFIXED); lcd_getstringsize((unsigned char *)"A", &font_w, &font_h); lcd_putsxy((LCD_WIDTH/2) - ((strlen(version)*font_w)/2), -- cgit v1.2.3