mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
7 lines
198 B
Bash
Executable File
7 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
sudo sed -i "s/dev\/fb0/dev\/fb1/g" /usr/share/X11/xorg.conf.d/99-fbturbo.conf
|
|
sudo sed -i "s/##no_waveshare_overlay/dtoverlay=waveshare35a:rotate=270/g" /boot/config.txt
|
|
sudo reboot
|
|
|
|
|