forked from len0rd/rockbox
Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 24 bit BMP instead of unnecessary 32 bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16802 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
38ed901284
commit
9a7978aeab
34 changed files with 410 additions and 426 deletions
|
@ -260,7 +260,7 @@ static void time_remote_update(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if (LCD_DEPTH < 4) && !defined(IAUDIO_M3)
|
||||
#if LCD_DEPTH < 4
|
||||
|
||||
GREY_INFO_STRUCT_IRAM
|
||||
static unsigned char greydata[LCD_HEIGHT][LCD_WIDTH];
|
||||
|
@ -357,7 +357,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
|||
log_text("Main LCD YUV");
|
||||
time_main_yuv();
|
||||
#endif
|
||||
#if (LCD_DEPTH < 4) && !defined(IAUDIO_M3)
|
||||
#if LCD_DEPTH < 4
|
||||
log_text("Greyscale library");
|
||||
time_greyscale();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue