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
Revision 2:5ce38ef7a7db, committed 2016-03-15
- Comitter:
- cmatz3
- Date:
- Tue Mar 15 18:05:14 2016 +0000
- Parent:
- 1:40a3b6506c9f
- Commit message:
- Fixed spelling error in docs;
Changed in this revision
Grove_LCD_RGB_Backlight.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 40a3b6506c9f -r 5ce38ef7a7db Grove_LCD_RGB_Backlight.h --- 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).