Tell me if TouchGFX has the ability to turn the screen
I worked with stm32f469i_Discovery.
I worked with TouchGFX. LCD was working on 800*480, with icons and pictures.
The LCD specification used has been changed.
We need to use 480*800 longitudinal LCD.
The previous work is 800*480, but I want to know that TouchGFX or stm32f469 supports the ability to turn the screen 90 degrees.
The following is what I looked for.
TextArea()
: Widget(), typedText(TYPED_TEXT_INVALID), color(0), linespace(0), alpha(255), indentation(0), rotation(TEXT_ROTATE_0), wideTextAction(WIDE_TEXT_NONE)
{
}
TextRotation rotation; ///< The text rotation to use in steps of 90 degrees.
I checked the rotation in the Text section, but I couldn't find the image rotation.
If anyone knows, ask me for advice.