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:41
#define GUI_NUM_LAYERS 2 // Maximum number of available layers
LCDConf.c:102
#define GUI_NUM_LAYERS 2
LCDConf.c:101
#undef GUI_NUM_LAYERS
LCDConf.c:108
#if (GUI_NUM_LAYERS > 1)
LCDConf.c:170
static LCD_LayerPropTypedef layer_prop[GUI_NUM_LAYERS];
LCDConf.c:177
#if GUI_NUM_LAYERS > 1
LCDConf.c:182
#if GUI_NUM_LAYERS < 2
LCDConf.c:185
LCDConf.c:850
for(index = 0; index < GUI_NUM_LAYERS; index ++)
LCDConf.c:879
for(index = 0; index < GUI_NUM_LAYERS; index ++)
LCDConf.c:895
for(index = 0; index < GUI_NUM_LAYERS; index ++)
LCDConf.c:938
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf.c:955
#if (GUI_NUM_LAYERS > 1)
LCDConf.c:972
#if (GUI_NUM_LAYERS > 1)
LCDConf.c:977
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf.c:1003
#if (GUI_NUM_LAYERS > 1)
LCDConf.c:1012
#if (GUI_NUM_LAYERS > 1)