touchgfx::HAL::nativeDisplayOrientation is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::HAL::nativeDisplayOrientation

touchgfx::HAL::nativeDisplayOrientation field

Syntax

DisplayOrientation nativeDisplayOrientation;

References

LocationReferrerScopeText
HAL.hpp:1235
DisplayOrientation nativeDisplayOrientation; ///< Contains the native display orientation. If desired orientation is different, apply rotation.
HAL.hpp:89touchgfx::HAL::HAL()touchgfx::HAL
nativeDisplayOrientation = ((width >= height) ? ORIENTATION_LANDSCAPE : ORIENTATION_PORTRAIT);
HAL.hpp:148touchgfx::HAL::getDisplayOrientation() consttouchgfx::HAL
return nativeDisplayOrientation;
HAL.hpp:152touchgfx::HAL::getDisplayOrientation() consttouchgfx::HAL
return (nativeDisplayOrientation == ORIENTATION_LANDSCAPE ? ORIENTATION_PORTRAIT : ORIENTATION_LANDSCAPE);
HAL.hpp:1207touchgfx::HAL::performDisplayOrientationChange()touchgfx::HAL
if (requestedOrientation != nativeDisplayOrientation)

Data Use

Functions writing touchgfx::HAL::nativeDisplayOrientation
Functions reading touchgfx::HAL::nativeDisplayOrientation
all items filtered out
touchgfx::HAL::nativeDisplayOrientation
Type of touchgfx::HAL::nativeDisplayOrientation
touchgfx::HAL::nativeDisplayOrientation
all items filtered out