summaryrefslogtreecommitdiffstats
path: root/apps/plugins/bitmaps/remote_native/SOURCES
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2023-01-01 07:48:42 +0100
committerChristian Soffke <christian.soffke@gmail.com>2023-01-05 23:45:41 -0500
commit9bd524944598e3259e01269c9516de776063f645 (patch)
tree3d1e692e2b4df1c5c67ebffb57605eff6f651dd0 /apps/plugins/bitmaps/remote_native/SOURCES
parent9367ef1ed6b78d6bc078620009e383b3deae60b2 (diff)
downloadrockbox-9bd5249445.tar.gz
rockbox-9bd5249445.zip
plugins: Credits: Fix logo sizes
Commit 1930ca8 repurposed the 'Logo' plugin's logos, whose dimensions are different from those used by show_logo, which was previously called to display the logo. Change-Id: I4d0c5f597dadfdadae244d895518bbcfefebb581
Diffstat (limited to 'apps/plugins/bitmaps/remote_native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/remote_native/SOURCES7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/remote_native/SOURCES b/apps/plugins/bitmaps/remote_native/SOURCES
index b3cc2157ff..78cfd78212 100644
--- a/apps/plugins/bitmaps/remote_native/SOURCES
+++ b/apps/plugins/bitmaps/remote_native/SOURCES
@@ -22,3 +22,10 @@ remote_rockboxlogo.91x32x1.bmp
#elif (LCD_REMOTE_DEPTH == 2)
remote_rockboxlogo.91x32x2.bmp
#endif
+
+*/ Credits logo */
+#if (LCD_REMOTE_DEPTH == 1)
+remote_creditslogo.128x42x1.bmp
+#elif (LCD_REMOTE_DEPTH == 2)
+remote_creditslogo.128x42x2.bmp
+#endif