mirror of
https://github.com/tux1c/wavesharelcd-64bit-rpi.git
synced 2026-08-13 12:33:17 +02:00
Update install.sh
This commit is contained in:
parent
89f0152895
commit
5a206a78c8
1 changed files with 5 additions and 5 deletions
10
install.sh
10
install.sh
|
|
@ -8,11 +8,11 @@ cp -rf ./99-fbturbo.conf /etc/X11/xorg.conf.d/99-fbturbo.conf
|
|||
|
||||
# load module on boot
|
||||
cp ./waveshare35a.dtbo /boot/overlays/
|
||||
echo "hdmi_force_hotplug=1" >> ./boot/config.txt
|
||||
echo "dtparam=i2c_arm=on" >> ./boot/config.txt
|
||||
echo "dtparam=spi=on" >> ./boot/config.txt
|
||||
echo "enable_uart=1" >> ./boot/config.txt
|
||||
echo "dtoverlay=waveshare35a:rotate=90" >> ./boot/config.txt
|
||||
echo "hdmi_force_hotplug=1" >> /boot/config.txt
|
||||
echo "dtparam=i2c_arm=on" >> /boot/config.txt
|
||||
echo "dtparam=spi=on" >> /boot/config.txt
|
||||
echo "enable_uart=1" >> /boot/config.txt
|
||||
echo "dtoverlay=waveshare35a:rotate=90" >> /boot/config.txt
|
||||
cp ./cmdline.txt /boot/
|
||||
|
||||
# touch screen calibration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue