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.
Dependents: receiver TFT_CJS_ssd0139 poster8x8_ranger
Fork of LCDTFT by
Diff: LCDTFT.h
- Revision:
- 4:2feb189748f7
- Parent:
- 2:ebedda77b33b
- Child:
- 5:d910bf3b7bb0
diff -r f999653c1069 -r 2feb189748f7 LCDTFT.h --- a/LCDTFT.h Tue Sep 02 14:13:31 2014 +0000 +++ b/LCDTFT.h Tue Jun 09 09:15:28 2015 +0000 @@ -46,27 +46,27 @@ #include "mbed.h" #include "Fuentes.h" -#define ColorRed 0xf800 -#define ColorGreen 0x400 -#define ColorBlue 0x001f -#define ColorMarron 0x8208 -#define ColorBlack 0x0 -#define ColorWhite 0xffff -#define ColorMaroon 0x8000 -#define ColorFuchsia 0xf81f -#define ColorVioleta 0x801f -#define ColorAzulMarino 0x14 -#define ColorGray 0x8410 -#define ColorOlive 0x8400 -#define ColorNaranja 0xfc08 -#define ColorYellow 0xffe0 -#define ColorCian 0x87ff -#define ColorRosado 0xf810 -#define ColorNavy 0x10 -#define ColorPurple 0x8010 -#define ColorTeal 0x410 -#define ColorLime 0x7e0 -#define ColorAqua 0x7ff +#define Red 0xf800 +#define Green 0x400 +#define Blue 0x001f +#define Marron 0x8208 +#define Black 0x0 +#define White 0xffff +#define Maroon 0x8000 +#define Fuchsia 0xf81f +#define Violet 0x801f +#define SeaBlue 0x14 +#define Gray 0x8410 +#define Olive 0x8400 +#define Orange 0xfc08 +#define Yellow 0xffe0 +#define Cyan 0x87ff +#define Pink 0xf810 +#define Navy 0x10 +#define Purple 0x8010 +#define Teal 0x410 +#define Lime 0x7e0 +#define Aqua 0x7ff #define LCD_X_MAX 240 // these swapped #define LCD_Y_MAX 320
