SCREEN_DIV is only used within STemWin_SampleDemo.
 
Symbols
loading...
Files
loading...

SCREEN_DIV macro

Defines

Syntax

#define SCREEN_DIV 6

References

LocationText
GUIDEMO_Intro.c:63
#define SCREEN_DIV 6 // 2^6 = 64
GUIDEMO_Intro.c:95
GUI_DispStringHCenterAt("STemWin", xCenter, (FACTOR_EMWIN * ySize) >> SCREEN_DIV);
GUIDEMO_Intro.c:100
GUI_DispStringHCenterAt("Universal graphic software\nfor embedded applications", xCenter, (FACTOR_DESC * ySize) >> SCREEN_DIV);
GUIDEMO_Intro.c:105
GUI_DispStringHCenterAt("For STM32 MCU Products - Cortex M3 - Cortex M4", xCenter, (FACTOR_ANY_COMP * ySize) >> SCREEN_DIV);
GUIDEMO_Intro.c:110
GUI_DispStringHCenterAt("Compiled " __DATE__ " "__TIME__, xCenter, ((FACTOR_ANY_COMP * ySize) >> SCREEN_DIV) + DIST_ANY_COMP);
GUIDEMO_Intro.c:117
GUI_DispStringHCenterAt(acVersion, xCenter, (FACTOR_VERSION * ySize) >> SCREEN_DIV);
GUIDEMO_Intro.c:121
GUI_DrawBitmap(&bmSTLogo, (xSize - bmSeggerLogo.XSize) >> 1, (FACTOR_LOGO * ySize) >> SCREEN_DIV);
GUIDEMO_Intro.c:127
GUI_DispStringHCenterAt("www.st.com/stm32", xCenter, (FACTOR_WWW * ySize) >> SCREEN_DIV);