diff options
Diffstat (limited to 'include/lcd.h')
-rw-r--r-- | include/lcd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lcd.h b/include/lcd.h index 89cc90c0b93..83b50f46a48 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -210,6 +210,8 @@ void lcd_disable (void); void lcd_putc (const char c); void lcd_puts (const char *s); void lcd_printf (const char *fmt, ...); +void lcd_clear(void); +int lcd_display_bitmap(ulong bmp_image, int x, int y); /* Allow boards to customize the information displayed */ void lcd_show_board_info(void); |