Rotating Rasp Pi 7" screen ?
So i have the Following Setup:
Rasp Pi3 A+
Via Ribbon Cable to Rasp 7" Screen W/Case\
Once installed into the Case it Orientates the Screen 180 Degrees. Wanting to know how i go About Rotating it back 180 Degrees. I see in other posts it Depends on Screen being used as to how you go about doing this. Any help you can provide would be Awesome
Thanks
U have to open the config.txt on your prepared SD with the modbros image on it.
Add the line
lcd_rotate=2
to the top of the file.
Save it and boot it
Have fun
Here is what shows in My Config File on the SD Card… do i put that Code ABOVE EVERYTHING or Under #Rasperry Configuration ? Thank you for the Help.
# Rasperry Configuration
[pi3]
arm_freq_min=100
initial_turbo=10
[pi3+]
temp_soft_limit=60
[pi4]
arm_freq=1200
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
[pi0w]
initial_turbo=30
[all]
gpu_mem=64
temp_limit=75
start_x=0
dtoverlay=disable-bt
disable_overscan=1
hdmi_group=2
hdmi_drive=1
hdmi_mode=4
I Actually just got it i tryed both ways and i got it
Thank You Very Much MATH
no problem !