Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MirageC79 authored Jan 21, 2024
1 parent ef2b446 commit 7eaeb47
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions files/Components/Enclosure/ScreenMount/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# On Raspberry PI4
### Using HDMI LCD 7inch Touch Screen:

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

2 - Promote LCD-show proviledges:
chmod -R 755 LCD-show

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

4 - Reboot
sudo reboot

0 comments on commit 7eaeb47

Please sign in to comment.