forked from len0rd/rockbox
Use the right type for the remote logo. Thanks to amiconn for spotting and explaining on IRC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16191 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0750d3c75b
commit
2dd3ea0b5d
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ PLUGIN_HEADER
|
||||||
#define REMOTE_LOGO_WIDTH 91
|
#define REMOTE_LOGO_WIDTH 91
|
||||||
#define REMOTE_LOGO_HEIGHT 32
|
#define REMOTE_LOGO_HEIGHT 32
|
||||||
#define REMOTE_LOGO remote_rockboxlogo
|
#define REMOTE_LOGO remote_rockboxlogo
|
||||||
extern const fb_data remote_rockboxlogo[];
|
extern const fb_remote_data remote_rockboxlogo[];
|
||||||
#endif /* HAVE_REMOTE_LCD */
|
#endif /* HAVE_REMOTE_LCD */
|
||||||
|
|
||||||
#if LCD_DEPTH == 16
|
#if LCD_DEPTH == 16
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue