Code used to connect the Grove RGB LCD display to an mbed microcontroller.
Dependents: Grove_LCD_RGB_Backlight_HelloWorld Test_BERTIN LASS_LoRa_mbed Affichage_MesureEnvironnement ... more
Diff: Grove_LCD_RGB_Backlight.h
- Revision:
- 2:5ce38ef7a7db
- Parent:
- 1:40a3b6506c9f
--- a/Grove_LCD_RGB_Backlight.h Tue Mar 15 18:02:44 2016 +0000 +++ b/Grove_LCD_RGB_Backlight.h Tue Mar 15 18:05:14 2016 +0000 @@ -41,7 +41,7 @@ - /** Set RGB Color of backglight + /** Set RGB color of backlight * @param r Value for the red component of the RGB backlight (Between 0 and 255). * @param g Value for the green component of the RGB backlight (Between 0 and 255). * @param b Value for the blue component of the RGB backlight (Between 0 and 255).