Connecting ST7796s display via panel-mipi-dbi-spi #23
-
|
Hello! I'm trying to connect my display based on ST7796s to SoC Radxa Zero 3W using your driver but i have some issues. Info about my setup: Armbian (build on 6.18-rc2 kernel version) Initialization sequence: The first variant: The second variant (taken from wiki here): Both of them doesn't work. The first variant taken from other driver for tinydrm. Also, I share with you logs related to DRM from dmesg Could you help me please 🙏 ? I wil share any information about my config if you need. Also, when system is booting i see display is blinking (looks like just backlight dimming) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
|
The display I use is https://www.lcdwiki.com/4.0inch_Capacitive_SPI_Module_ST7796 |
Beta Was this translation helpful? Give feedback.
-
|
Can you try the text or bin firmware file for ST7796s found in this thread: https://forums.raspberrypi.com/viewtopic.php?t=380704 But with my method for armbian, using the same driver panel-mipi-dbi Of course, you would need to change the GPIO and SPI pins, from Orange Pi Zero 3 to Radxa Zero 3W There's also a success case here: #8 |
Beta Was this translation helpful? Give feedback.
-
|
So.... |
Beta Was this translation helpful? Give feedback.
-
|
My latest setup is: DTS for display (using SPI3 on 100MHz speed): Initialization sequence: |
Beta Was this translation helpful? Give feedback.
Can you try the text or bin firmware file for ST7796s found in this thread:
https://forums.raspberrypi.com/viewtopic.php?t=380704
But with my method for armbian, using the same driver panel-mipi-dbi
https://forum.armbian.com/topic/47971-driving-the-ili9488-lcd-40-inch-cheap-chinese-clone/#findComment-208446
Of course, you would need to change the GPIO and SPI pins, from Orange Pi Zero 3 to Radxa Zero 3W
There's also a success case here: #8