Any ideas anyone?
Welcome to Pimoroni forums ,
the same issue here ,with a suggested fix
display_rotate
Can be used to rotate or flip the screen orientation; the default value is 0.
display_rotate result
0 no rotation
1 rotate 90 degrees clockwise
2 rotate 180 degrees clockwise
3 rotate 270 degrees clockwise
0x10000 horizontal flip
0x20000 vertical flip
I tried the 0x10000 horizontal flip which worked for the screen but then the mouse was still wrong.