Display More
Thanks IrusakI have followed instructions and added:
display_rotate=2 # 180 degrees
to the config.txt file. And indeed the screen is now inverted 180 degrees.
... But, the touch screen sensors are not inverted with the screen. Making the touch screen unusable.
I initially had a problem finding the config file because I though I could SSH in to the raspberry pi and edit it. You cant. You have to take out the microSD card and mount it under another OS (I used Linux, and the config.txt was immediately visible).
How can I invert the touch screen sensing to match the inverted screen ?
Thanks. Mark.
As mentioned in some other post, I have changed the display_rotate=2 for:
lcd_rotate=2
And now all is working OK.
I must mention that I still think my screen was assembled upside down, because the view angle from above is much better looking at the screen when correctly inserted inside the case and placed upside down, than when it is not upside down. It kind of ruins the experience, so I will start looking for a case or stand that allows me to invert the screen and put the lcd_rotate=0 (in its default setting).
Thanks for all your help.
Mark.