0

最近我购买了一台 RPi 4(一个 4 GB)和一台 3.5 英寸的显示器。在浏览了谷歌上的几个链接和 YouTube 上的视频后,我终于能够在屏幕上显示。但是显示不正确。所以我在我的 RPi 上截取了一张截图,并将其传输到我的 uuntu 机器上。屏幕截图在我的笔记本电脑上看起来非常好。但是液晶屏显示的是别的东西。以下是图像:
**在 RPI 上截取的屏幕截图:**
[https://i.stack.imgur.com/94PWN.png][1]
**这是屏幕在 LCD 上的显示方式:**
[ https://i.stack.imgur.com/EIHUb.png][1]
我尝试了以下驱动程序:
  1. https://github.com/waveshare/LCD-show.git缺点:除了上述问题外,触摸工作但不准确。用户界面滞后很多。优点:不适用)
  2. https://github.com/juj/fbcp-ili9341缺点:除了上述问题外,触摸不起作用。优点:使用鼠标访问 UI 非常流畅。)
    两个驱动程序都产生了明显相似的结果。

/boot/config.txt

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

# Uncomment some or all of these to enable the optional hardware interfaces
dtparam=i2c_arm=on
#dtparam=i2s=on
dtparam=spi=on
enable_uart=1
# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=on
dtoverlay=waveshare35a
#dtoverlay=ads7846,cs=1,penirq=17,penirq_pull=2,speed=1000000,keep_vref_on=1,swapxy=1,pmax=255,xohms=60,xmin=200,xmax=3900,ymin=200,ymax=3900
hdmi_force_hotplug=1
#max_usb_current=1
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 480 320 60 6 0 0 0
hdmi_drive=2

如果有解决显示问题的方法,请告诉我。

4

0 回答 0