Description
I am currently developing some code based on lvgl on my Arduino Giga WiFi R1 / GigaDisplayShield.
I am new to LVGL but was making progress until Arduino updated from 9.1 to 9.2.
I am experiencing strange behaviour on my GigaDisplay (screens are sometimes upside-down, mirrored or not showing anything at all)
What MCU/Processor/Board and compiler are you using?
Arduino Mbed OS Giga
What LVGL version are you using?
9.2
What do you want to achieve?
I would like to understand necessary changes to my code for working with lvl 9.2
What have you tried so far?
reinstalled 9.1 - and this Version works as expected
Code to reproduce
Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.
The code block(s) should be formatted like:
/*You code here*/
Screenshot and/or video
If possible, add screenshots and/or videos about the current state.