::SOLVED:: change screen height help? - Raspberry Pi Forums
hey need make top of screen on lcd shorter top cut off, there way using raspbian wheezy on raspberry pi 2
you modify /boot/config.txt , change following lines
disable_overscan=1
overscan_left=20
overscan_right=20
overscan_top=20
overscan_bottom=20
remove # @ start of each 1 , try changing numbers suit.
edit use...
sudo nano /boot/config.txt
...change lines...
press ctrl&x , answer y (for yes)
reboot pi
disable_overscan=1
overscan_left=20
overscan_right=20
overscan_top=20
overscan_bottom=20
remove # @ start of each 1 , try changing numbers suit.
edit use...
sudo nano /boot/config.txt
...change lines...
press ctrl&x , answer y (for yes)
reboot pi
raspberrypi
Comments
Post a Comment