我在Raspberry Pi 3(以及最新的Raspbian Stretch)中使用3.5'' TFT LCD Display。任何人都可以告诉我如何更改我的Rasperry Pi的屏幕分辨率(在屏幕上显示为480x320)。
我像described in this tutorial一样安装了屏幕。但现在我有一个溢出(部分屏幕超出了提供的屏幕尺寸(例如,对话框,系统设置对话框,......)。将/boot/config.txt
值更改为(as described here):
overscan_left=24
overscan_right=24
overscan_top=10
overscan_bottom=24
framebuffer_width=480
framebuffer_height=320
sdtv_mode=2
sdtv_aspect=2
没有帮助。有线索吗?谢谢。
答案 0 :(得分:0)
尝试在/boot/config.txt中以这种方式更改参数..
hdmi_drive=2
hdmi_group=2
hdmi_mode=16
overscan_left=20
overscan_right=12
overscan_top=10
overscan_bottom=10