Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RA8875 by
Diff: RA8875.h
- Revision:
- 86:e86b355940f4
- Parent:
- 85:022bba13c5c4
- Child:
- 87:ee2240581aa7
diff -r 022bba13c5c4 -r e86b355940f4 RA8875.h --- a/RA8875.h Tue Jan 13 12:31:44 2015 +0000 +++ b/RA8875.h Sat Jan 17 20:59:51 2015 +0000 @@ -1650,6 +1650,12 @@ /// RetCode_t Backlight_u8(unsigned char brightness); + /// Get backlight brightness. + /// + /// @returns backlight setting from 0 (off) to 255 (full on). + /// + uint8_t GetBacklight_u8(void); + /// Set backlight brightness. /// /// When the built-in PWM is used to control the backlight, this @@ -1660,6 +1666,12 @@ /// RetCode_t Backlight(float brightness); + /// Get backlight brightness. + /// + /// @returns backlight setting from 0 (off) to 1.0 (full on). + /// + float GetBacklight(void); + /// Select a bitmap font (provided by the user) for all subsequent text. /// /// @note Tool to create the fonts is accessible from its creator