@tbbear said in I need help!!!!:
@danwitz65 ok, lets fix it step by step:
- Rotate the screen (works for all normal displays, not for pi special and touchscreens)
Open a terminal and login to your pi
sudo nano /boot/config.txt
move all the way down to the end of the file
add the line: display_rotate=3
Press ctrl + o to save and ctrl + x to exit the fileNow do a reboot and you should have a screen tilted by the number of your desire:
0 = 0 degrees (the default value)
1 = 90 degrees
2 = 180 degrees
3 = 270 degreesThat’s it! Quick and easy.
Oh hell thats gotta be my problem there i didnt realize save was ctrl+o i was kust doing x i think. Ill report back once i try it thanks a ton!