GUI_NUM_LAYERS is only used within STemWin.
 
Symbols
loading...
Files
loading...

GUI_NUM_LAYERS macro

Multi layer/display support

Syntax

#define GUI_NUM_LAYERS 2

References

LocationText
GUIConf.h:55
#define GUI_NUM_LAYERS 2 // Maximum number of available layers
LCDConf_stm32f429i_disco_MB1075.c:57
#define GUI_NUM_LAYERS 1
LCDConf_stm32f429i_disco_MB1075.c:56
#undef GUI_NUM_LAYERS
LCDConf_stm32f429i_disco_MB1075.c:63
#if (GUI_NUM_LAYERS > 1)
LCDConf_stm32f429i_disco_MB1075.c:106
static LCD_LayerPropTypedef layer_prop[GUI_NUM_LAYERS];
LCDConf_stm32f429i_disco_MB1075.c:111
#if GUI_NUM_LAYERS > 1
LCDConf_stm32f429i_disco_MB1075.c:300
for (layer = 0; layer < GUI_NUM_LAYERS; layer++)
LCDConf_stm32f429i_disco_MB1075.c:340
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf_stm32f429i_disco_MB1075.c:357
#if (GUI_NUM_LAYERS > 1)
LCDConf_stm32f429i_disco_MB1075.c:376
#if (GUI_NUM_LAYERS > 1)
LCDConf_stm32f429i_disco_MB1075.c:381
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf_stm32f429i_disco_MB1075.c:516
if (LayerIndex < GUI_NUM_LAYERS)