X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Flcd.h;fp=include%2Flcd.h;h=2235b9be1e42d475fed81f67683cab4871d3038a;hp=01609ac09f7b43c11394a9eb9f986fe173572914;hb=4d03634e5da40dc092b6e5b985f74aedfe04f81e;hpb=a7de2953f51e70754190d3516167d58d27d17219 diff --git a/include/lcd.h b/include/lcd.h index 01609ac09f..2235b9be1e 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -290,6 +290,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 *