summaryrefslogtreecommitdiff
path: root/include/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lcd.h')
-rw-r--r--include/lcd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lcd.h b/include/lcd.h
index 5be67c6216..5634af003a 100644
--- a/include/lcd.h
+++ b/include/lcd.h
@@ -219,6 +219,12 @@ void lcd_putc (const char c);
void lcd_puts (const char *s);
void lcd_printf (const char *fmt, ...);
int lcd_clear (void);
+int lcd_get_pixel_width (void);
+int lcd_get_pixel_height(void);
+int lcd_get_screen_rows (void);
+int lcd_get_screen_columns (void);
+int lcd_display_bitmap (ulong, int, int);
+void lcd_position_cursor (unsigned col, unsigned row);
/* Allow boards to customize the information displayed */
void lcd_show_board_info(void);