Raspbian Tweaks
Raspbian OS tweaks for personal taste or for better functionality.
Official 7-inch Screen
Change Screen Rotation
sudo nano /boot/config.txt
// Place at top of file
lcd_rotate=2sudo rebootChange Screen Resolution
sudo nano /boot/config.txt
// change Frame Buffer Lines to the following:
framebuffer_width=1024
framebuffer_height=614Last updated