summaryrefslogtreecommitdiff
path: root/apps/bitmaps/native
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bitmaps/native')
-rw-r--r--apps/bitmaps/native/SOURCES10
-rw-r--r--apps/bitmaps/native/hibyicon.70x70x16.bmpbin0 -> 14978 bytes
-rw-r--r--apps/bitmaps/native/rockboxicon.70x70x16.bmpbin0 -> 14978 bytes
-rw-r--r--apps/bitmaps/native/toolsicon.70x70x16.bmpbin0 -> 14978 bytes
4 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
13rockboxlogo.96x30x16.bmp 13rockboxlogo.96x30x16.bmp
14#elif (LCD_WIDTH == 128) && (LCD_DEPTH == 2) 14#elif (LCD_WIDTH == 128) && (LCD_DEPTH == 2)
15rockboxlogo.128x42x2.bmp 15rockboxlogo.128x42x2.bmp
16#elif (LCD_WIDTH == 128) && (LCD_DEPTH == 16) 16#elif (LCD_WIDTH == 128) && (LCD_DEPTH >= 16)
17rockboxlogo.128x40x16.bmp 17rockboxlogo.128x40x16.bmp
18#elif (LCD_WIDTH == 132) && (LCD_DEPTH >= 16) 18#elif (LCD_WIDTH == 132) && (LCD_DEPTH >= 16)
19rockboxlogo.132x40x16.bmp 19rockboxlogo.132x40x16.bmp
@@ -40,9 +40,15 @@ rockboxlogo.640x198x16.bmp
40#endif 40#endif
41 41
42/* The Sony NWZ linux bootloader needs icons to display a menu */ 42/* The Sony NWZ linux bootloader needs icons to display a menu */
43#if defined(BOOTLOADER) && defined(SONY_NWZ_LINUX) 43#if defined(BOOTLOADER)
44#if defined(SONY_NWZ_LINUX)
44rockboxicon.130x130x16.bmp 45rockboxicon.130x130x16.bmp
45toolsicon.130x130x16.bmp 46toolsicon.130x130x16.bmp
47#elif defined(AGPTEK_ROCKER)
48hibyicon.70x70x16.bmp
49rockboxicon.70x70x16.bmp
50toolsicon.70x70x16.bmp
51#endif
46#endif 52#endif
47 53
48#ifndef BOOTLOADER /* We don't need these for the bootloader */ 54#ifndef BOOTLOADER /* We don't need these for the bootloader */
diff --git a/apps/bitmaps/native/hibyicon.70x70x16.bmp b/apps/bitmaps/native/hibyicon.70x70x16.bmp
new file mode 100644
index 0000000000..640623421f
--- /dev/null
+++ b/apps/bitmaps/native/hibyicon.70x70x16.bmp
Binary files differ
diff --git a/apps/bitmaps/native/rockboxicon.70x70x16.bmp b/apps/bitmaps/native/rockboxicon.70x70x16.bmp
new file mode 100644
index 0000000000..20f6709530
--- /dev/null
+++ b/apps/bitmaps/native/rockboxicon.70x70x16.bmp
Binary files differ
diff --git a/apps/bitmaps/native/toolsicon.70x70x16.bmp b/apps/bitmaps/native/toolsicon.70x70x16.bmp
new file mode 100644
index 0000000000..aa0deb9ad4
--- /dev/null
+++ b/apps/bitmaps/native/toolsicon.70x70x16.bmp
Binary files differ