diff options
Diffstat (limited to 'bootloader/show_logo.c')
| -rw-r--r-- | bootloader/show_logo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/show_logo.c b/bootloader/show_logo.c index 90cf222..09c6dbd 100644 --- a/bootloader/show_logo.c +++ b/bootloader/show_logo.c @@ -41,7 +41,7 @@ int show_logo( void ) lcd_clear_display(); lcd_setfont(FONT_SYSFIXED); -#if defined(SANSA_CLIP) || defined(SANSA_CLIPV2) +#if defined(SANSA_CLIP) || defined(SANSA_CLIPV2) || defined(SANSA_CLIPPLUS) /* The top 16 lines of the Sansa Clip screen are yellow, and the bottom 48 are blue, so we reverse the usual positioning */ lcd_putsxy(TEXT_XPOS, 0, BOOT_VERSION); |