Grove LCD Library
Diff: Grove_LCD_RGB_Backlight.h
- Revision:
- 3:3946b6e87adc
- Parent:
- 2:5ce38ef7a7db
--- 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. */