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

touchgfx::DisplayOrientation::ORIENTATION_LANDSCAPE

Syntax

ORIENTATION_LANDSCAPE;

References

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

Data Use

Functions using touchgfx::DisplayOrientation::ORIENTATION_LANDSCAPE
touchgfx::DisplayOrientation::ORIENTATION_LANDSCAPE