]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/lcd.h
lcd: introduce getters for bg/fg color
[karo-tx-uboot.git] / include / lcd.h
index 01609ac09f7b43c11394a9eb9f986fe173572914..2235b9be1e42d475fed81f67683cab4871d3038a 100644 (file)
@@ -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
  *