mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Agptek Rocker: Initial commit
Change-Id: I26b51106c7b1c36a603fba6d521e917d79b5a95b
This commit is contained in:
parent
beef52c5f0
commit
d55680993d
50 changed files with 2343 additions and 74 deletions
|
@ -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 */
|
||||
|
|
BIN
apps/bitmaps/native/hibyicon.70x70x16.bmp
Normal file
BIN
apps/bitmaps/native/hibyicon.70x70x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
apps/bitmaps/native/rockboxicon.70x70x16.bmp
Normal file
BIN
apps/bitmaps/native/rockboxicon.70x70x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
apps/bitmaps/native/toolsicon.70x70x16.bmp
Normal file
BIN
apps/bitmaps/native/toolsicon.70x70x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Add table
Add a link
Reference in a new issue