STM32469I_EVAL + 0/13 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 13 libraries and example projects.

References

LocationText
stm32469i_eval_lcd.h:191
#define LCD_COLOR_BLACK ((uint32_t) 0xFF000000)
stm32469i_eval_lcd.c:465
DrawProp[LayerIndex].TextColor = LCD_COLOR_BLACK;