diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2017-04-27 11:36:40 +0200 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2018-06-12 10:31:14 +0200 |
commit | d55680993df9b6743506814d98b5cc1859828f8a (patch) | |
tree | 054dc45425fa1a6863f154b484036f26cc3ac13f /apps/bitmaps/native/SOURCES | |
parent | beef52c5f0832e2c36bb1523b51eb8721f851db5 (diff) | |
download | rockbox-d55680993df9b6743506814d98b5cc1859828f8a.tar.gz rockbox-d55680993df9b6743506814d98b5cc1859828f8a.tar.bz2 rockbox-d55680993df9b6743506814d98b5cc1859828f8a.zip |
Agptek Rocker: Initial commit
Change-Id: I26b51106c7b1c36a603fba6d521e917d79b5a95b
Diffstat (limited to 'apps/bitmaps/native/SOURCES')
-rw-r--r-- | apps/bitmaps/native/SOURCES | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index dbd0f577ed..ea726d4c07 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -13,7 +13,7 @@ rockboxlogo.112x30x1.bmp rockboxlogo.96x30x16.bmp #elif (LCD_WIDTH == 128) && (LCD_DEPTH == 2) rockboxlogo.128x42x2.bmp -#elif (LCD_WIDTH == 128) && (LCD_DEPTH == 16) +#elif (LCD_WIDTH == 128) && (LCD_DEPTH >= 16) rockboxlogo.128x40x16.bmp #elif (LCD_WIDTH == 132) && (LCD_DEPTH >= 16) rockboxlogo.132x40x16.bmp @@ -40,9 +40,15 @@ rockboxlogo.640x198x16.bmp #endif /* The Sony NWZ linux bootloader needs icons to display a menu */ -#if defined(BOOTLOADER) && defined(SONY_NWZ_LINUX) +#if defined(BOOTLOADER) +#if defined(SONY_NWZ_LINUX) rockboxicon.130x130x16.bmp toolsicon.130x130x16.bmp +#elif defined(AGPTEK_ROCKER) +hibyicon.70x70x16.bmp +rockboxicon.70x70x16.bmp +toolsicon.70x70x16.bmp +#endif #endif #ifndef BOOTLOADER /* We don't need these for the bootloader */ |