2.4-2.8-3.2 inch screen resolution is too small. How to adjust it?

From LCD wiki
Jump to: navigation, search


语言选择

Languages

➤中文
➤EN


2.4-2.8-3.2 inch screen resolution is too small. How to adjust it?

Solution to adjust the resolution to 480x360:

1. After installing the driver, open config.txt file:

sudo nano /boot/config.txt

2. Change '320 240 ' to '480 360' (take '2.4inch RPI display for RPI 3a+' as an example)

2.4-480x360-2.png

2.4-480x360-1.png


3. Press Ctrl+X, ready to exit; Press Y to confirm and save; Press Enter to exit.

4. Restart:

sudo reboot