Hi all.
I have recently bought an ili9341 TFT display on Amazon https://www.amazon.nl/-/en/dp/B07QFVBPM ... asin_title to replace the https://www.amazon.nl/-/en/dp/B078J5TS2 ... title&th=1 which is too small for me.
The second display has a ST7753 chip which I setup using the adafruit-st7735r overlay to be used through frame buffers. I've also created a small script that can display a video. Everything was working pretty fine.
I've tried to achieve the same setup with the ew display so that frame buffers can be used. My config.txt file is as follows:I've tried different overlays, as you can see from the above config file. First, the mipi-dbi-spi which doesn't make use of frame buffers though. Then, I've tried the fbtft overlay which is of course in the staging area. Although this overlay uses the frame buffer, when trying to launch my program, the krm driver is not loaded and the offscreen one is used which leads to no video displayed. As a last resource, I've tried to edit the watterot overlay, which makes use of the frame buffers but the result was the same as the other overlays.
Also, I noticed that when uncommenting the vc4-kms-v3d overlay and using the fbtft one, the display outputs the raspberry pi directly.
I'm using the latest raspi OS.
It's been two weeks now since I've tried to make it work and went through a lot of different online resources that explain how to set up the ili9341 display but none of them worked for me.
I would like to receive your help on this.
I have recently bought an ili9341 TFT display on Amazon https://www.amazon.nl/-/en/dp/B07QFVBPM ... asin_title to replace the https://www.amazon.nl/-/en/dp/B078J5TS2 ... title&th=1 which is too small for me.
The second display has a ST7753 chip which I setup using the adafruit-st7735r overlay to be used through frame buffers. I've also created a small script that can display a video. Everything was working pretty fine.
I've tried to achieve the same setup with the ew display so that frame buffers can be used. My config.txt file is as follows:
Code:
# For more options and information see# http://rptl.io/configtxt# Some settings may impact device functionality. See link above for details# Uncomment some or all of these to enable the optional hardware interfacesdtparam=i2c_arm=offdtparam=i2s=ondtparam=spi=off# Enable audio (loads snd_bcm2835)dtparam=audio=on# Additional overlays and parameters are documented# /boot/firmware/overlays/README# Automatically load overlays for detected camerascamera_auto_detect=1# Automatically load overlays for detected DSI displaysdisplay_auto_detect=1# Automatically load initramfs files, if foundauto_initramfs=1# Enable DRM VC4 V3D driver#dtoverlay=vc4-kms-v3d#max_framebuffers=2# Don't have the firmware create an initial video= setting in cmdline.txt.# Use the kernel's default instead.disable_fw_kms_setup=1# Run in 64-bit modearm_64bit=1# Disable compensation for displays with overscandisable_overscan=1# Run as fast as firmware / board allowsarm_boost=1[cm4]# Enable host mode on the 2711 built-in XHCI USB controller.# This line should be removed if the legacy DWC2 controller is required# (e.g. for USB device mode) or if USB support is not required.otg_mode=1[cm5]dtoverlay=dwc2,dr_mode=host[all]enable_uart=1#Enalble I2S for audiodtoverlay=max98357a# Enable SPI Display#dtoverlay=adafruit-st7735r,led_pin=22#dtoverlay=mipi-dbi-spi,spi0-0#dtparam=compatible=adafruit\0yx240qv29#dtparam=width=320,height=240#dtparam=reset-gpio=25,dc-gpio=24,backlight-gpio=22#dtparam=write-onlydtoverlay=fbtft,spi0-0,ili9341dtparam=width=240,height=320,rotate=90dtparam=reset_pin=25,dc_pin=24,led_pin=22#dtoverlay=ili9341,drm# Enable shutdown buttondtoverlay=gpio-shutdown
Also, I noticed that when uncommenting the vc4-kms-v3d overlay and using the fbtft one, the display outputs the raspberry pi directly.
I'm using the latest raspi OS.
It's been two weeks now since I've tried to make it work and went through a lot of different online resources that explain how to set up the ili9341 display but none of them worked for me.
I would like to receive your help on this.
Statistics: Posted by cale92 — Thu Dec 26, 2024 4:41 pm — Replies 1 — Views 19