Grove LCD Library

Revision:
3:3946b6e87adc
Parent:
2:5ce38ef7a7db
diff -r 5ce38ef7a7db -r 3946b6e87adc Grove_LCD_RGB_Backlight.h
--- a/Grove_LCD_RGB_Backlight.h	Tue Mar 15 18:05:14 2016 +0000
+++ b/Grove_LCD_RGB_Backlight.h	Thu Dec 31 21:15:50 2020 +0000
@@ -53,6 +53,13 @@
     */
     void clear();
     
+    // This function in conjunction with hex2dec will output BCD values
+    // on the LCD screen
+    void write(char data1);
+    
+    // This function will output characters both ASCII and ALTERNATE
+    void writech(char data2);
+    
     /**Prints text to the LCD display.
     * @param *str Pointer to an array of characters which will be printed to the LCD screen.
     */