procount / pinn

An enhanced Operating System installer for the Raspberry Pi
1.12k stars 123 forks source link

Raspberry pi 3 Touchscreen #758

Open tinytempmouse opened 11 months ago

tinytempmouse commented 11 months ago

The touch screen works fine but screen rotation doesn't not want to work. I've use latest version of PINN and have tried lcd_rotate=2 in config.txt, and display_rotate=2 but still it's upside down. Any and all suggesting would be greatly appreciated.

procount commented 11 months ago

Are you referring to the official Raspberry Pi 7" DSI touchscreen?

procount commented 11 months ago

Using the official touchscreen with a RPi3, I flipped the screen upside down using lcd_rotate=2 command. display_lcd_rotate=2 only flips the display but not the touch. Make sure you put it ABOVE the [pi4] section, otherwise it won't work unless you are using a Pi4 :wink:

CONFIG.TXT

gpu_mem=16
start_file=recovery.elf
fixup_file=fixup_rc.dat

lcd_rotate=2

[pi4]
start_file=recover4.elf
fixup_file=fixup4rc.dat
max_framebuffers=2