How to change screen resolution of Raspberry Pi

lkkkk picture lkkkk · Apr 6, 2014 · Viewed 506.3k times · Source

I am using 7" TFT LCD Display with the Raspberry pi, can anyone tell how i can change the screen resolution of Raspberry Pi and what should be the resolution for the 7" TFT LCD Display.

Answer

Ekmal Firdaus picture Ekmal Firdaus · Apr 28, 2017

Just run the following simple command on Raspberry Pi 3 running Raspbian Jessie.

run terminal and type

sudo raspi-config

Go to: >Advanced Option > Resolution > just set your resolution compatible fit with your screen.

then

reboot

If you didn't found the menu on configuration, please update your raspberry pi software configuration tool (raspi-config).

That's all TQ.