Hi again,
sorry for having one more newbie-question.
I attached a 3.5" Touch screen to mit Pi 3B+
Took some headache to get it running but finally it's fine.
Now I want to rotate the screen AND the Touch 180°.
I've found a line in config.txt:
dtoverlay=tft35a:rotate=90
I can change 270 instead of 90 but it only rotates the screen ... not the touch.
How to rotate the touch as well?
I used this code to onstall drivers ... maybe it helps!?
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD-hdmi
Thx
Cappy