Will waveshare ips screen work with esp32 and tft_espi? #2398
Replies: 2 comments 4 replies
-
I would not choose that screen unless a RP2040 Pico is used. Also that screen has a bespoke serial to parallel interface that has been used on the Linux Raspberry Pi boards. It uses a shift register and typically does not work above 20MHz SPI clock rate. See also #2357 where a user was successful using an RP2040 Pico with that board but then could not get it working with an Pico footprint ESP32 S3. |
Beta Was this translation helpful? Give feedback.
-
Well. If someone has clue how to marriage esp32 with this screen it would be great :) maybe is there a "hack"? Im rather beginner. I asked waveshare support same question, and they answered, that it should be possible. They pointed this https://www.waveshare.com/wiki/ESP32-S2-Pico#Examples_2 as it should be help me to do it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, for now Im using generic tft screen 320x240 with ILI9341 and XPT2046 on ESP32 devkit board.
I want to upgrade to this screen: https://www.waveshare.com/wiki/Pico-ResTouch-LCD-3.5 (They even refers to yours library :) )
Will it work? it was designed to work with raspberry pi pico, but SPI is SPI right? It should work...? ESP32 is even faster than pico..?
Driver ILI9488 is listed in readme. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions