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.
Revision 14:1841870963b3, committed 2020-06-07
- Comitter:
- nelsonlagos
- Date:
- Sun Jun 07 06:03:02 2020 +0000
- Parent:
- 13:b2b3e5430f81
- Commit message:
- SPI_TFT_ILI9341_Example;
Changed in this revision
| SPI_TFT_ILI9341.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/SPI_TFT_ILI9341.h Wed Jun 25 16:51:27 2014 +0000 +++ b/SPI_TFT_ILI9341.h Sun Jun 07 06:03:02 2020 +0000 @@ -41,7 +41,7 @@ #define White 0xFFFF /* 255, 255, 255 */ #define Orange 0xFD20 /* 255, 165, 0 */ #define GreenYellow 0xAFE5 /* 173, 255, 47 */ - +#define kitty 0xF91F /* 173, 255, 47 */ /** Display control class, based on GraphicsDisplay and TextDisplay *