XSIZE_PHYS is only used within STemWin_Fonts.
 
Symbols
loading...
Files
loading...

XSIZE_PHYS macro

Syntax

#define XSIZE_PHYS 800

References

LocationText
LCDConf.c:57
#define XSIZE_PHYS 800
LCDConf.c:93
#define HACT XSIZE_PHYS/ZONES
LCDConf.c:241
#define XSIZE_0 XSIZE_PHYS
LCDConf.c:250
#ifndef XSIZE_PHYS
LCDConf.c:349
static const U32 _aAddr[] = { LCD_FRAME_BUFFER, LCD_FRAME_BUFFER + XSIZE_PHYS * YSIZE_PHYS * sizeof(U32) * NUM_VSCREENS * NUM_BUFFERS };
LCDConf.c:350
LCDConf.c:357
static U32 _aBuffer[XSIZE_PHYS * sizeof(U32) * 3];
LCDConf.c:358
static U32 * _pBuffer_DMA2D = &_aBuffer[XSIZE_PHYS * sizeof(U32) * 0];
LCDConf.c:2036
HAL_LTDC_SetPitch(&hltdc, XSIZE_PHYS, 0);