Take the 2-minute tour ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

I've recently purchased a screen on DX without really thinking about it, because I have no idea how to connect it to my Arduino.

It is this screen:

XS075

The description says that it uses the SPI serial protocol but I don't know how to connect that ribbon to my Arduino, is soldering cables to it the only way?

share|improve this question
    
I believe that this may be the specification: elecfreaks.com/store/… –  Jumba May 29 at 10:09

1 Answer 1

That kind of connector is most commonly directly soldered on to a PCB. You can buy adaptor boards with the various different pitch pads on them for soldering it to.

enter image description here

Also there is no mention of what chip the screen uses (I am unfamiliar with "XS057" as a chip, so that is probably the model of the screen not the chip). At that resolution it's probably an ILI9163, but without being sure all you can do is stab wildly in the dark and try different drivers.

share|improve this answer
    
That looks like exactly what I need! Thanks. And I did find the datasheet on this website, so once I get that PCB I can most likely find my way. Thanks again! –  Jumba May 29 at 10:41
    
You might find this useful: youtube.com/watch?v=R698z9QaypY –  Majenko May 29 at 10:42
    
Ah, it's an ST7735. That would have been my second choice. Same basic chip as is used on the adafruit 1.8 shield: adafruit.com/products/802 –  Majenko May 29 at 10:46
    
On the datasheet I found this specification, so that means I need an adapter for 0.40mm correct? –  Jumba May 29 at 10:49
    
No, that's the pad width. The one you are interested in is the "P+1.0 * 23 = 10.40", but that makes little sense to me. The 10.40 is key though. My calculations say that if you have 20.90 full width, with 5.25 gutter each side, that leaves 10.40 for the connector width (correct). With 14 pads that's then 13 spaces between them (from the center of the first to the center of the last), which is 10.40 / 13 = 0.8mm pitch. –  Majenko May 29 at 10:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.