XS02 2.2" Serial SPI TFT Color LCD Module Help Code
CelticLord
Posts: 50
I would apreaciate any help getting This XS02 2.2" Serial SPI TFT Color LCD Module working.
Please help me with code to get this going
http://www.dealsmachine.com/best_185020.html?currency=USD&gclid=CjwKEAjwj4ugBRD1x4ST9YHplzMSJACTDms8KF6Uak4VCJg8pSb9lNXeAgqpPsTS2qpFX8_OoKHADRoCZ2Xw_wcB
it also uses ILI9341
http://www.displayfuture.com/Display/datasheet/controller/ILI9341.pdf
http://images10.newegg.com/NeweggImage/ProductImageCompressAll300/A422_1_20140728581305303.jpg
Please help me with code to get this going
http://www.dealsmachine.com/best_185020.html?currency=USD&gclid=CjwKEAjwj4ugBRD1x4ST9YHplzMSJACTDms8KF6Uak4VCJg8pSb9lNXeAgqpPsTS2qpFX8_OoKHADRoCZ2Xw_wcB
it also uses ILI9341
http://www.displayfuture.com/Display/datasheet/controller/ILI9341.pdf
http://images10.newegg.com/NeweggImage/ProductImageCompressAll300/A422_1_20140728581305303.jpg
Comments
It does not look to be a Parallax product.
Banging my head against the wall with it, written code to just get it to light up a pixel or anything.
Followed the ILI9341 data sheet page 33.
Turn CSx High initialize state.
1. Turn CSx low telling it to get ready for Transfer.
2. Turn DC Pin (Low = command High = Data)
3. Put Data onto Mosi pin starting with MSb7
4. Turn SCL Pin Low then High tto move bit to ILI9341
4b. Repeat 3 and 4 for each bit of the Byte
5. Turn CSx High to signify end of Transfer.
Repeat 1 - 5
Nothing........................................... ...........
Anyone using this module PLEASE HELP CODE ect
It seems, and why I don't know, that the wires I was using (Hard wire) were not good. I purchased some jumper wires from Parallax and it works like a charm.
I'm using sebastian1989 ILI9341 driver http://forums.parallax.com/showthread.php/154703-Read-bmp-image-from-SD-to-Display-ili9341.-Done-in-spin-but-very-slow?highlight=ILI9341
Hope this helps others thanks to sebastion for the driver, now I can start figuring it out with the datasheet..