Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MirageC79 authored Jan 21, 2024
1 parent 92179dc commit 7333df8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions files/Components/Enclosure/ScreenMount/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,26 @@
Set /boot/config.txt as per: https://docs.sunfounder.com/projects/ts-7c/en/latest/settings_for_raspberry_pi.html

1 - Install LCD-show:
```
git clone https://github.com/goodtft/LCD-show.git
```
<br>

2 - Promote LCD-show proviledges:
```
chmod -R 755 LCD-show
```
<br>

3 - Send rotation command (RPI will remember after reboot)
```
sudo ./LCD7C-show 90
```
<br>

4 - Reboot
```
sudo reboot
```


0 comments on commit 7333df8

Please sign in to comment.