B4R Question Ili9341 wiring diagram

John Decowski

Member
Licensed User
Longtime User
Trying to use erels wrapped library for the ili9341, but looks as though it was designed for use with a shield. I need to know the wiring arrangements. I am using a node mcu esp8266 , thank you
 

Cableguy

Expert
Licensed User
Longtime User
From a quick search on Google, the ili9341 is an SPI LCD, so it should be wires as any other SPI LCD... there are quite a few esp32 examples there... should be quite straight forward.

Just noticed it's also touch screen capable...
Here's a wiring for arduino... again, should be easy to transpose to esp..

 
Upvote 0

John Decowski

Member
Licensed User
Longtime User
From a quick search on Google, the ili9341 is an SPI LCD, so it should be wires as any other SPI LCD... there are quite a few esp32 examples there... should be quite straight forward
Yes, I understand that. I can get the display to work with arduino, but not sure of the configuration in regards to b4r. There seems to be multiple different configurations in regards to pin usage all around the internet. I was just curious what configuration erel used in his tutorial
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
For the spi part, you must use spi capable pins, for the touch part, I thing you have to chose any other pins compatible (like analog in/ digital in/ etc..)
 
Upvote 0
Top