forked from len0rd/rockbox
Fix iPod 4G grayscale warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8651 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1f8529708b
commit
32ed0d80a9
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
#ifndef SIMULATOR /* not for simulator by now */
|
||||
#include "plugin.h"
|
||||
|
||||
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
|
||||
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && (CONFIG_LCD != LCD_IPOD2BPP)
|
||||
#include "gray.h"
|
||||
|
||||
PLUGIN_HEADER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue