summaryrefslogtreecommitdiff
path: root/apps/bitmaps
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2017-04-27 11:36:40 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2018-06-12 10:31:14 +0200
commitd55680993df9b6743506814d98b5cc1859828f8a (patch)
tree054dc45425fa1a6863f154b484036f26cc3ac13f /apps/bitmaps
parentbeef52c5f0832e2c36bb1523b51eb8721f851db5 (diff)
downloadrockbox-d55680993df9b6743506814d98b5cc1859828f8a.tar.gz
rockbox-d55680993df9b6743506814d98b5cc1859828f8a.zip
Agptek Rocker: Initial commit
Change-Id: I26b51106c7b1c36a603fba6d521e917d79b5a95b
Diffstat (limited to 'apps/bitmaps')
-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