Replies: 1 comment
-
I happen to stumble on this. I was working on a totally separate thing. Maybe this will help. I use copilot.microsoft.com and asked it. Now, the code doesn't always work. So you can paste error messages in the following search box and it will give you clues on how to fix. I thought of something else. Check the manufacturers site as their docs shows the pin assignments to make sure they match the code you get from Copilot. |
Beta Was this translation helpful? Give feedback.
-
Hi. I am working on a project that uses a Newhaven 2.4" 240-320 TFT display with a touch screen. It uses a ST7789 display driver. The board is controlled with an ESP32-S3. Since I have lots of GPIO, I have set it up to use the full 16-bit parallel interface.
Information on using any parallel interface is pretty limited. It is pretty much focused on SPI. The information about this library says that it supports a 16-bit parallel interface but I cannot find any more about it.
Can someone please point me in the right direction when it comes to setting up the ESP32 to use this display and with the 16-bit interface?
Thanks very much.
Beta Was this translation helpful? Give feedback.
All reactions