diff options
Diffstat (limited to 'include/lcd.h')
| -rw-r--r-- | include/lcd.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/lcd.h b/include/lcd.h index 42070d763..6a600eece 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -297,6 +297,9 @@ int	lcd_display_bitmap(ulong bmp_image, int x, int y);  /* Allow boards to customize the information displayed */  void lcd_show_board_info(void); +/* Return the size of the LCD frame buffer, and the line length */ +int lcd_get_size(int *line_length); +  /************************************************************************/  /* ** BITMAP DISPLAY SUPPORT						*/  /************************************************************************/ |