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 20e97b9..504b8f6 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 |