ESP32 S3 i80 LCD issues
Posted: Sun Oct 23, 2022 8:12 pm
Hello
I'm trying to get the ESP32 S3 i80 controller working with two LCD controllers. ili9488 and R61529.
Both LCD controllers are working fine with simple SW Bit Bang implementation. But both LCD controllers aren't working with the i80 controller. I've used the i80 example in idf as a guideline.
Attached is my software file which can switch between i80 and SW Bit Bang with the `SW` flag.
In i80 mode, it looks like the initialization already doesn't work. The display just keeps being black. After init sequence, it should show random data.
Both displays are hooked up with the same pins as described in the example. 16 Bit Parallel.
I'm trying to get the ESP32 S3 i80 controller working with two LCD controllers. ili9488 and R61529.
Both LCD controllers are working fine with simple SW Bit Bang implementation. But both LCD controllers aren't working with the i80 controller. I've used the i80 example in idf as a guideline.
Attached is my software file which can switch between i80 and SW Bit Bang with the `SW` flag.
In i80 mode, it looks like the initialization already doesn't work. The display just keeps being black. After init sequence, it should show random data.
Both displays are hooked up with the same pins as described in the example. 16 Bit Parallel.