kwindrem / RpiDisplaySetup

Raspberry Pi 7" touchscreen for Venus OS (also HDMI)
31 stars 7 forks source link

Raspberry Pi 7inch Display Rotation #30

Closed FunkFamily closed 7 months ago

FunkFamily commented 7 months ago

Using the raspberry pi's 7 inch touchscreen with the lcd ribbon, the display works after installing "RpiDisplaySetup" but you have to edit config.txt in the u-boot directory with "lcd_rotate=2" to rotate in the proper orientation so that it works with all display housings. I'll provide a picture of what it looks like after editing the config.txt file 407050436_3717133245188235_542810770937370494_n

kwindrem commented 7 months ago

When you run RpiDisplaySetup's setup script, you are asked if you want to rotate the display. If so, the script adds that line to config.txt.

FunkFamily commented 7 months ago

I have never been asked after install. Is this something you have to initiate in a terminal

On Mon, Dec 18, 2023 at 10:34 AM, kwindrem @.***(mailto:On Mon, Dec 18, 2023 at 10:34 AM, kwindrem < wrote:

When you run RpiDisplaySetup's setup script, you are asked if you want to rotate the display. If so, the script adds that line to config.txt.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

kwindrem commented 7 months ago

While you can auto-install RpiDisplaySetup from PackageManager, doing so uses defaults: the official RPI touchscreen with no rotation, default backlight and dimming.

if you need anything else, you need to run /data/RpiDisplaySetup/setup from the terminal or ssh. You are then prompted for your specific options.