2021-05-29 02:52 AM
2021-05-29 09:32 AM
No STM cant flip image i know only two ways:
2021-05-31 01:33 AM
Hi,
As MM said you can either do it through the hardware (with user code or through STM32CubeMX) or by reverting all the graphics. The second option is quite annoying but is the "easiest".
/Romain
2021-05-31 07:07 PM
Well, thank you for your reply, but how to flip the dynamic value in text if I tried the second scheme?And in the first option do you mean the display driver IC register or the STM32 module : LTDC/DMA2D?
2021-06-01 01:13 AM
Hi,
You can set the rotation angle of the text in the textArea widgets settings. By setting it to 180 you will have the text "upside down".
For the second option it depends on your display but it should/could be doable through the display driver.
/Romain