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.
Diff: Graphics/GraphicsDisplay.h
- Revision:
- 39:5d47cf21a85a
- Parent:
- 37:af25f4ad30d6
--- a/Graphics/GraphicsDisplay.h Sun Jan 16 12:05:56 2022 +0000
+++ b/Graphics/GraphicsDisplay.h Tue Feb 01 13:37:35 2022 +0000
@@ -23,7 +23,7 @@
#define Black 0x0000 /* 0, 0, 0 */
#define Navy 0x000F /* 0, 0, 128 */
#define DarkGreen 0x03E0 /* 0, 128, 0 */
-#define DarkCyan 0x03EF /* 0, 128, 128 */
+#define DarkCyan 0x041F /* 0, 128, 128 */
#define Maroon 0x7800 /* 128, 0, 0 */
#define Purple 0x780F /* 128, 0, 128 */
#define Olive 0x7BE0 /* 128, 128, 0 */
@@ -37,9 +37,11 @@
#define Yellow 0xFFE0 /* 255, 255, 0 */
#define White 0xFFFF /* 255, 255, 255 */
#define Orange 0xFD20 /* 255, 165, 0 */
-#define GreenYellow 0xAFE5 /* 173, 255, 47 */
+#define GreenYellow 0x87E0 /* 173, 255, 47 */
#define MojeSeda 0x39C7
-
+#define Select 0x8410
+#define GreenCyan 0x07F0
+#define Pink 0xF810
/** Bitmap
*/
struct Bitmap_s{