GUI_NUM_LAYERS is only used within STemWin_MemoryDevice.
 
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.c:66
#define GUI_NUM_LAYERS 1
LCDConf.c:65
#undef GUI_NUM_LAYERS
LCDConf.c:167
#if (GUI_NUM_LAYERS > 1)
LCDConf.c:301
static LCD_LayerPropTypedef layer_prop[GUI_NUM_LAYERS];
LCDConf.c:352
static int _aBufferIndex[GUI_NUM_LAYERS];
LCDConf.c:353
static int _axSize[GUI_NUM_LAYERS];
LCDConf.c:354
static int _aySize[GUI_NUM_LAYERS];
LCDConf.c:355
static int _aBytesPerPixels[GUI_NUM_LAYERS];
LCDConf.c:363
#if GUI_NUM_LAYERS > 1
LCDConf.c:372
#if GUI_NUM_LAYERS > 1
LCDConf.c:736
if (LayerIndex < GUI_NUM_LAYERS)
LCDConf.c:1619
for(index = 0; index < GUI_NUM_LAYERS; index++)
LCDConf.c:1645
for(index = 0; index < GUI_NUM_LAYERS; index ++)
LCDConf.c:1660
for(index = 0; index < GUI_NUM_LAYERS; index ++)
LCDConf.c:1878
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf.c:1898
#if (GUI_NUM_LAYERS > 1)
LCDConf.c:1915
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf.c:1923
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf.c:2007
#if (GUI_NUM_LAYERS > 1)