GUI_NUM_LAYERS is only used within STemWin_SampleDemo.
 
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_stm324x9i_eval_MB1046.c:57
#define GUI_NUM_LAYERS 1
LCDConf_stm324x9i_eval_MB1046.c:56
#undef GUI_NUM_LAYERS
LCDConf_stm324x9i_eval_MB1046.c:63
#if (GUI_NUM_LAYERS > 1)
LCDConf_stm324x9i_eval_MB1046.c:114
static LCD_LayerPropTypedef layer_prop[GUI_NUM_LAYERS];
LCDConf_stm324x9i_eval_MB1046.c:119
#if GUI_NUM_LAYERS > 1
LCDConf_stm324x9i_eval_MB1046.c:291
for (layer = 0; layer < GUI_NUM_LAYERS; layer++)
LCDConf_stm324x9i_eval_MB1046.c:348
#if (GUI_NUM_LAYERS > 1)
LCDConf_stm324x9i_eval_MB1046.c:365
#if (GUI_NUM_LAYERS > 1)
LCDConf_stm324x9i_eval_MB1046.c:370
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf_stm324x9i_eval_MB1046.c:536
if (LayerIndex < GUI_NUM_LAYERS)
LCDConf_stm324x9i_eval_MB1046.c:649
if (LayerIndex >= GUI_NUM_LAYERS)