touchgfx::DisplayOrientation::ORIENTATION_PORTRAIT is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::DisplayOrientation::ORIENTATION_PORTRAIT

touchgfx::DisplayOrientation::ORIENTATION_PORTRAIT

Syntax

ORIENTATION_PORTRAIT;

References

LocationReferrerScopeText
Types.hpp:817
ORIENTATION_PORTRAIT ///< The display has more pixels from top to bottom than from right to left
HAL.hpp:89touchgfx::HAL::HAL()touchgfx::HAL
nativeDisplayOrientation = ((width >= height) ? ORIENTATION_LANDSCAPE : ORIENTATION_PORTRAIT);
HAL.hpp:152touchgfx::HAL::getDisplayOrientation() consttouchgfx::HAL

Data Use

Functions using touchgfx::DisplayOrientation::ORIENTATION_PORTRAIT
touchgfx::DisplayOrientation::ORIENTATION_PORTRAIT