diff options
Diffstat (limited to 'common/lcd.c')
| -rw-r--r-- | common/lcd.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/common/lcd.c b/common/lcd.c index 20e97b9d2..504b8f668 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -63,6 +63,7 @@  /************************************************************************/  #ifdef CONFIG_LCD_LOGO  # include <bmp_logo.h>		/* Get logo data, width and height	*/ +# include <bmp_logo_data.h>  # if (CONSOLE_COLOR_WHITE >= BMP_LOGO_OFFSET) && (LCD_BPP != LCD_COLOR16)  #  error Default Color Map overlaps with Logo Color Map  # endif |