diff options
Diffstat (limited to 'board/mcc200/lcd.c')
| -rw-r--r-- | board/mcc200/lcd.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/board/mcc200/lcd.c b/board/mcc200/lcd.c index 726366ddf..d8f754c4a 100644 --- a/board/mcc200/lcd.c +++ b/board/mcc200/lcd.c @@ -55,6 +55,9 @@  #define PSOC_RETRIES	10	/* each of PSOC_WAIT_TIME */  #define PSOC_WAIT_TIME	10	/* usec */ +#include <video_font.h> +#define FONT_WIDTH	VIDEO_FONT_WIDTH +  DECLARE_GLOBAL_DATA_PTR;  /* @@ -185,7 +188,6 @@ void lcd_enable (void)  }  #ifdef CONFIG_PROGRESSBAR -#define FONT_WIDTH      8 /* the same as VIDEO_FONT_WIDTH in video_font.h */  void show_progress (int size, int tot)  {  	int cnt; |