Where to buy ILI9341 Touch LCD

Status
Not open for further replies.

WS2812B

Member
I am making a big project with a Teensy 3.6, a Teensy 3.2 and a ESP8266. Therefor do I need a Touch Display. I already bought a Teensy 3.6 in the pjrc store but my paid amount of money consisted to 45% of shipping. I found a german (very low shipping cost and fast shipping for me) distributor who sells Teensy boards and I also found another source for the display. I am not 100% sure if this display is the same as the pjrc store sells it. Do you think it is okay?

https://www.ebay.de/i/382397394621?chn=ps
 
Ili9341

Hello there - I've certainly used ones from this ebay seller

https://www.ebay.co.uk/itm/2-8-TFT-...172441?hash=item1c9c49e3d9:g:5TsAAOSwp1RZfIO5

without any issues on a teensy 3.2, using the ili9341_due library, and have had success with the TFT_Touch library on a nano. Obviously I needed to modify the examples to reflect using the ili9341_due library, but fairly straightforwards. I think that most of these displays are much the same, and I've directly interchanged 2.2 inch, 2.4 inch and 2.8 inch displays pin for pin without any modifications.

I used this display in my project submission, for a kush hammer eq midi controller, but without using the touch screen. The pin assignments I used were

VCC 3.3V
GND
CS pin 10
RST pin 6
DC pin 9
SDI/MOSI pin 11
SCK pin 13
LED 3.3V
SDO/MISO pin 12

Paul Hesketh.
 
Status
Not open for further replies.
Back
Top