【问题标题】:How to change screen resolution of Raspberry Pi for a 3.5'' TFT-LCD如何为 3.5 英寸 TFT-LCD 更改 Raspberry Pi 的屏幕分辨率
【发布时间】:2017-08-24 16:25:01
【问题描述】:

我在 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

没有帮助。有什么线索吗?谢谢。

【问题讨论】:

  • 这个问题解决了吗?我想在 GPIO 屏幕上以不同的分辨率运行

标签: raspbian raspberry-pi3


【解决方案1】:

尝试通过这种方式在 /boot/config.txt 中更改参数..

hdmi_drive=2

hdmi_group=2   

hdmi_mode=16

overscan_left=20
overscan_right=12
overscan_top=10
overscan_bottom=10

【讨论】:

  • 谢谢@Rahul,会尽快测试它。
  • @natterstefan,如果它对你有用,别忘了投票:)
  • 我还没有测试过,但我会尽快通知你。谢谢:)
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2014-03-30
  • 1970-01-01
  • 2014-05-29
  • 1970-01-01
  • 2012-03-04
  • 1970-01-01
  • 2015-04-06
相关资源
最近更新 更多