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?
-
I believe that this may be the specification: elecfreaks.com/store/…Jumba– Jumba2015年05月29日 10:09:03 +00:00Commented May 29, 2015 at 10:09
-
There are a ton of pins coming out of that LCD. I could imagine that it needs some kind of driver chip (which might be controlled through SPI). I've recently ordered one (which looks rather similar) but with a "breakout" or driver board (sainsmart.com/…).aaa– aaa2016年03月24日 16:52:48 +00:00Commented Mar 24, 2016 at 16:52
2 Answers 2
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.
-
-
You might find this useful: youtube.com/watch?v=R698z9QaypYMajenko– Majenko2015年05月29日 10:42:55 +00:00Commented May 29, 2015 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/802Majenko– Majenko2015年05月29日 10:46:11 +00:00Commented May 29, 2015 at 10:46
-
-
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– Majenko2015年05月29日 10:57:15 +00:00Commented May 29, 2015 at 10:57
if you have the pinout you should be able to solder the hookup wires directly to the pins if you know how to use solder paste and a heat gun and skill if you are a beginner you need to put it in a box and order something from other suppliers more friendly to newbes.