X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flcd.h;h=160f940d2a6698f6538e084a4322679d69855ae0;hb=891235366d9949b4b21653e93b97dd8931314153;hp=01609ac09f7b43c11394a9eb9f986fe173572914;hpb=f4469f50b0367820121ef2d313517d422ed70e1d;p=u-boot diff --git a/include/lcd.h b/include/lcd.h index 01609ac09f..160f940d2a 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -12,6 +12,7 @@ #ifndef _LCD_H_ #define _LCD_H_ +#include extern char lcd_is_enabled; @@ -290,6 +291,20 @@ int lcd_get_screen_rows(void); */ int lcd_get_screen_columns(void); +/** + * Get the background color of the LCD + * + * @return background color value + */ +int lcd_getbgcolor(void); + +/** + * Get the foreground color of the LCD + * + * @return foreground color value + */ +int lcd_getfgcolor(void); + /** * Set the position of the text cursor *