GUI_NUM_LAYERS is only used within STemWin_Acceleration.
 
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:67
#define GUI_NUM_LAYERS 1
LCDConf.c:66
#undef GUI_NUM_LAYERS
LCDConf.c:168
#if (GUI_NUM_LAYERS > 1)
LCDConf.c:302
static LCD_LayerPropTypedef layer_prop[GUI_NUM_LAYERS];
LCDConf.c:353
static int _aBufferIndex[GUI_NUM_LAYERS];
LCDConf.c:354
static int _axSize[GUI_NUM_LAYERS];
LCDConf.c:355
static int _aySize[GUI_NUM_LAYERS];
LCDConf.c:356
static int _aBytesPerPixels[GUI_NUM_LAYERS];
LCDConf.c:364
#if GUI_NUM_LAYERS > 1
LCDConf.c:373
#if GUI_NUM_LAYERS > 1
LCDConf.c:766
if (LayerIndex < GUI_NUM_LAYERS)
LCDConf.c:1649
for(index = 0; index < GUI_NUM_LAYERS; index++)
LCDConf.c:1675
for(index = 0; index < GUI_NUM_LAYERS; index ++)
LCDConf.c:1690
for(index = 0; index < GUI_NUM_LAYERS; index ++)
LCDConf.c:1908
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf.c:1928
#if (GUI_NUM_LAYERS > 1)
LCDConf.c:1945
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf.c:1953
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf.c:2037
#if (GUI_NUM_LAYERS > 1)