Replies: 2 comments
-
Hey, I am also looking into this as I have an ESP32s3 dev kit that is wired up with QSPI to the SPD2010 display controller. If anyone could provide some info on how to proceed with pinctrl assignments and any other considerations that would be great |
Beta Was this translation helpful? Give feedback.
-
I'm also trying to figure out the same thing. Any progress? Looks like maybe the MSPI API could be adapted to make this work. Discussion here as well. Not very many examples for MSPI at the moment but it looks like it was designed to support this kind of application. I still can't understand the best approach here though. I guess write an MSPI driver for ESP32 based on the datasheet and a display driver that runs on top of that? |
Beta Was this translation helpful? Give feedback.
-
Using QSPI for controlling an oled display has become quite normal for esp32 dev boards. However, it is not easy to understand how one need to configure the pinctrl and spi_cfg for QSPI. Are there any examples out there? Any SMEs on the esp32 spi driver that could comment on this?
Beta Was this translation helpful? Give feedback.
All reactions