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:66
#define GUI_NUM_LAYERS 1
LCDConf.c:65
#undef GUI_NUM_LAYERS
LCDConf.c:156
#if (GUI_NUM_LAYERS > 1)
LCDConf.c:285
static LCD_LayerPropTypedef layer_prop[GUI_NUM_LAYERS];
LCDConf.c:311
static int _aBufferIndex[GUI_NUM_LAYERS];
LCDConf.c:312
static int _axSize[GUI_NUM_LAYERS];
LCDConf.c:313
static int _aySize[GUI_NUM_LAYERS];
LCDConf.c:314
static int _aBytesPerPixels[GUI_NUM_LAYERS];
LCDConf.c:322
#if GUI_NUM_LAYERS > 1
LCDConf.c:331
#if GUI_NUM_LAYERS > 1
LCDConf.c:563
if (LayerIndex < GUI_NUM_LAYERS)
LCDConf.c:1495
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf.c:1684
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf.c:1704
#if (GUI_NUM_LAYERS > 1)
LCDConf.c:1721
for (i = 0; i < GUI_NUM_LAYERS; i++)
LCDConf.c:1729
for (i = 0; i < GUI_NUM_LAYERS; i++)