STM32469I-Discovery + 0/11 examples
CodeScope will show references to LCD_COLOR_BLACK from the following samples and libraries:
 
Symbols
loading...
Files
loading...

LCD_COLOR_BLACK macro

Black value in ARGB8888 format

Syntax

#define LCD_COLOR_BLACK ((uint32_t) 0xFF000000)

Examples

LCD_COLOR_BLACK is referenced by 11 libraries and example projects.

References

LocationText
stm32469i_discovery_lcd.h:192
#define LCD_COLOR_BLACK ((uint32_t) 0xFF000000)
stm32469i_discovery_lcd.c:504
DrawProp[LayerIndex].TextColor = LCD_COLOR_BLACK;