This fork is necessary for the Starship code.
Fork of BSP_DISCO_F429ZI by
Revision 2:2c2a847598bb, committed 2017-11-17
- Comitter:
- Oshyrath
- Date:
- Fri Nov 17 02:18:39 2017 +0000
- Parent:
- 1:2371382139dd
- Commit message:
- Added the Purple color to the available colors.
Changed in this revision
Drivers/BSP/STM32F429I-Discovery/stm32f429i_discovery_lcd.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2371382139dd -r 2c2a847598bb Drivers/BSP/STM32F429I-Discovery/stm32f429i_discovery_lcd.h --- a/Drivers/BSP/STM32F429I-Discovery/stm32f429i_discovery_lcd.h Tue May 16 10:50:25 2017 +0200 +++ b/Drivers/BSP/STM32F429I-Discovery/stm32f429i_discovery_lcd.h Fri Nov 17 02:18:39 2017 +0000 @@ -120,6 +120,7 @@ #define LCD_COLOR_RED 0xFFFF0000 #define LCD_COLOR_CYAN 0xFF00FFFF #define LCD_COLOR_MAGENTA 0xFFFF00FF +#define LCD_COLOR_PURPLE 0xFFB400FF #define LCD_COLOR_YELLOW 0xFFFFFF00 #define LCD_COLOR_LIGHTBLUE 0xFF8080FF #define LCD_COLOR_LIGHTGREEN 0xFF80FF80