Hello! I'm working on a project with the Arduino Giga Display.
I've built an interface using Squareline Studio and LVGL 8.3.11
I'm using the Arduino_H7_Video library and have setup the display like so
Arduino_H7_Video Display(800, 480, GigaDisplayShield);
Arduino_GigaDisplayTouch TouchDetector;
And then in my setup code I just have Display.begin();
How can I go about rotating the display 180 degrees? I've read that I just need to flip the X and Y coordinates of my display driver, but I have no clue how to do that.
I'm on Arduino Mbed OS Giga 4.1.5
Thanks!