summaryrefslogtreecommitdiff
path: root/bootloader/show_logo.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/show_logo.c')
-rw-r--r--bootloader/show_logo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/show_logo.c b/bootloader/show_logo.c
index c0627aa423..90cf222067 100644
--- a/bootloader/show_logo.c
+++ b/bootloader/show_logo.c
@@ -41,7 +41,7 @@ int show_logo( void )
41 lcd_clear_display(); 41 lcd_clear_display();
42 lcd_setfont(FONT_SYSFIXED); 42 lcd_setfont(FONT_SYSFIXED);
43 43
44#ifdef SANSA_CLIP 44#if defined(SANSA_CLIP) || defined(SANSA_CLIPV2)
45 /* The top 16 lines of the Sansa Clip screen are yellow, and the bottom 48 45 /* The top 16 lines of the Sansa Clip screen are yellow, and the bottom 48
46 are blue, so we reverse the usual positioning */ 46 are blue, so we reverse the usual positioning */
47 lcd_putsxy(TEXT_XPOS, 0, BOOT_VERSION); 47 lcd_putsxy(TEXT_XPOS, 0, BOOT_VERSION);