From 9bd524944598e3259e01269c9516de776063f645 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Sun, 1 Jan 2023 07:48:42 +0100 Subject: 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 --- apps/plugins/bitmaps/remote_native/SOURCES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugins/bitmaps/remote_native/SOURCES') 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 -- cgit v1.2.3