GUI_NUM_LAYERS is only used within STemWin_Fonts.
 
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:66
#define GUI_NUM_LAYERS 1
LCDConf_stm324x9i_eval_MB1046.c:65
#undef GUI_NUM_LAYERS
LCDConf_stm324x9i_eval_MB1046.c:156
#if (GUI_NUM_LAYERS > 1)
LCDConf_stm324x9i_eval_MB1046.c:285
static LCD_LayerPropTypedef layer_prop[GUI_NUM_LAYERS];
LCDConf_stm324x9i_eval_MB1046.c:311
static int _aBufferIndex[GUI_NUM_LAYERS];
LCDConf_stm324x9i_eval_MB1046.c:312
static int _axSize[GUI_NUM_LAYERS];
LCDConf_stm324x9i_eval_MB1046.c:313
static int _aySize[GUI_NUM_LAYERS];
LCDConf_stm324x9i_eval_MB1046.c:314
static int _aBytesPerPixels[GUI_NUM_LAYERS];
LCDConf_stm324x9i_eval_MB1046.c:322
#if GUI_NUM_LAYERS > 1
LCDConf_stm324x9i_eval_MB1046.c:331
#if GUI_NUM_LAYERS > 1
LCDConf_stm324x9i_eval_MB1046.c:546
if (LayerIndex < GUI_NUM_LAYERS)
LCDConf_stm324x9i_eval_MB1046.c:1470
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf_stm324x9i_eval_MB1046.c:1659
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf_stm324x9i_eval_MB1046.c:1679
#if (GUI_NUM_LAYERS > 1)
LCDConf_stm324x9i_eval_MB1046.c:1696
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf_stm324x9i_eval_MB1046.c:1704
for (i = 0; i < GUI_NUM_LAYERS; i++)