How do you mirror the display of the GIGA Display shield?

Hi there, i'm new here!

Seems like a couple of guys work on a HUD type setup which requires mirroring the entire display. So far no luck on my end searching for hours.

BTW. to avoid double reflections in your mirror, one may want to use a "first surface mirror" there are some with 30% transparency available on ... Amazon.

Is there a function like:

lv_display_set_mirror ();

I'm using Squareline Studio to create the UI.

Hence these are the libs i have to use:

#include "Arduino_H7_Video.h"

#include "Arduino_GigaDisplayTouch.h"
#include "lvgl.h"
#include <ui.h>
#include "Arduino_BMI270_BMM150.h"
Arduino_H7_Video Display( 480, 800, GigaDisplayShield ); //( 800, 480, GigaDisplayShield );

Thanks for any leads.

H

hope this might be of help...