summaryrefslogtreecommitdiff
path: root/apps/bitmaps/native
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-03 18:17:11 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-09 12:41:18 -0400
commitaabc8aca47e60cf745a34af28c50679fcb967910 (patch)
treecfe17f546aae9785fb13482f39527e2da0597ccb /apps/bitmaps/native
parent4231c2c83f2b5331e3e38b10a308ee3752315f9c (diff)
downloadrockbox-aabc8aca47e60cf745a34af28c50679fcb967910.tar.gz
rockbox-aabc8aca47e60cf745a34af28c50679fcb967910.zip
New port: FiiO M3K
Most credit goes to: Roman Skylarov Additional integration and refactoring by myself. *** COMPLETELY UNTESTED *** Change-Id: Ia64c36d92e0214c6b15f7a868df286f8113ea27b
Diffstat (limited to 'apps/bitmaps/native')
-rw-r--r--apps/bitmaps/native/SOURCES6
-rw-r--r--apps/bitmaps/native/fiioicon.130x130x16.bmpbin0 -> 51014 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES
index 8f42607a0c..201ffc4ad3 100644
--- a/apps/bitmaps/native/SOURCES
+++ b/apps/bitmaps/native/SOURCES
@@ -38,7 +38,7 @@ rockboxlogo.640x198x16.bmp
38#endif 38#endif
39 39
40/* The Sony NWZ linux bootloader needs icons to display a menu */ 40/* The Sony NWZ linux bootloader needs icons to display a menu */
41#if defined(BOOTLOADER) 41#if defined(BOOTLOADER)
42#if defined(SONY_NWZ_LINUX) 42#if defined(SONY_NWZ_LINUX)
43rockboxicon.130x130x16.bmp 43rockboxicon.130x130x16.bmp
44toolsicon.130x130x16.bmp 44toolsicon.130x130x16.bmp
@@ -50,6 +50,10 @@ toolsicon.70x70x16.bmp
50hibyicon.130x130x16.bmp 50hibyicon.130x130x16.bmp
51rockboxicon.130x130x16.bmp 51rockboxicon.130x130x16.bmp
52toolsicon.130x130x16.bmp 52toolsicon.130x130x16.bmp
53#elif defined(FIIO_M3K)
54fiioicon.130x130x16.bmp
55rockboxicon.130x130x16.bmp
56toolsicon.130x130x16.bmp
53#endif 57#endif
54#endif 58#endif
55 59
diff --git a/apps/bitmaps/native/fiioicon.130x130x16.bmp b/apps/bitmaps/native/fiioicon.130x130x16.bmp
new file mode 100644
index 0000000000..15e1f7b37f
--- /dev/null
+++ b/apps/bitmaps/native/fiioicon.130x130x16.bmp
Binary files differ