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
Revision 151:8f4c87e5cb9b, committed 2018-02-21
- Comitter:
- Hagrid
- Date:
- Wed Feb 21 14:57:21 2018 +0000
- Parent:
- 150:35a4db3081c1
- Commit message:
- Add feature to my project
Changed in this revision
RA8875.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/RA8875.h Sun Sep 24 02:09:57 2017 +0000 +++ b/RA8875.h Wed Feb 21 14:57:21 2018 +0000 @@ -87,7 +87,7 @@ #define Black (color_t)(RGB(0,0,0)) #define Blue (color_t)(RGB(0,0,187)) #define Green (color_t)(RGB(0,187,0)) -#define Cyan (color_t)(RGB(0,187,187)) +#define Cyan (color_t)(RGB(132,211,254)) #define Red (color_t)(RGB(187,0,0)) #define Magenta (color_t)(RGB(187,0,187)) #define Brown (color_t)(RGB(63,63,0)) @@ -97,8 +97,8 @@ #define BrightGreen (color_t)(RGB(0,255,0)) #define BrightCyan (color_t)(RGB(0,255,255)) #define BrightRed (color_t)(RGB(255,0,0)) -#define Orange (color_t)(RGB(255,85,85)) -#define Pink (color_t)(RGB(255,85,255)) +#define Orange (color_t)(RGB(249,166,74)) +#define Pink (color_t)(RGB(240,43,148)) #define Yellow (color_t)(RGB(187,187,0)) #define White (color_t)(RGB(255,255,255))