Connecting a ILI9488 panel directly to RP2040/ESP32 via FPC module: is it possible or do I need a custom PCB? #3513
-
Hello, noob here. I've recently acquired one of this ILI9488 ISP bare panels (https://aliexpress.com/item/1005006487663199.html) with the objective driving it via 8/16bit parallel either with a RP2040 or an ESP32-S3. The problem is that there is no way to get it to work. I had previously used a very similar display that comes with a PCB which exposes SPI pins (https://aliexpress.com/item/1005003033844928.html), which works just fine, but I want faster drawing speed. I have confirmed that the new ISP panel works if i connect the ribbon to the red PCB module, but since that red PCB only exposes SPI pins I can't use it for parallel. I bought a small FPC 40pin 0.5mm module (https://aliexpress.com/item/1005007081601754.html) that takes the ribbon from the panel and exposes all 40 pins and connected them such as:
Therefore setting:
And here are the pinouts (Panel on the left, RP2040 on the right): Should be enough to use SPI (testing SPI first since it requires less wires) However the panels does does not turn on at all. After some research it occured to me that it might not be possible to connect the pins of the ribbon directly to the MCU and I need instead a custom PCB such as the red one in my second link. Is my intuition correct or is it in fact possible to connect the TFT panel directly to the MCU? If so, what am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
If you driving backlight directly from IO pins, it won't lit. Product page says needs 120mA. Try driving via a FET or a transistor