delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
X-Recipient: | geda-user AT delorie DOT com |
X-Original-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=gmail.com; s=20161025; | |
h=mime-version:in-reply-to:references:from:date:message-id:subject:to; | |
bh=gxe0/arIYkE6qsTJUPe73jwF6sJDk5GPalHVmbR0W6U=; | |
b=NY+Qxbk9jDhddXJjFVDYgQwFeR5mZzVSfaT2e88rlDyDsiKcBPcaU0TiQpXmxWGVIt | |
B8AfFJY+wr1IgSQT4S0xhVS8ivauKg66qZ9jFlB6VPCs4CmUEa44JF8kfbx5AtCDiNSZ | |
7vCK3NCiBGiTNwfFJV479L1IpBmgUhqGpVIjCHGzEeThVOHjn0nZceauRXDKGleGnO8g | |
pLdLAuSPuPRTMhy2utNkHxpvIXX3qMbVvNwgNgiXf25U7UM9uLHGK2RYWErm/EIW/wE3 | |
2v0SGXliiW0cq/kA34jLAbRvjUvDKPOb/cFmMmVAOELCuWrimbCISNYUnxoNhNsOLdvD | |
jXeg== | |
X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=1e100.net; s=20161025; | |
h=x-gm-message-state:mime-version:in-reply-to:references:from:date | |
:message-id:subject:to; | |
bh=gxe0/arIYkE6qsTJUPe73jwF6sJDk5GPalHVmbR0W6U=; | |
b=Xgh0upwhwImZmDeOaIdixgnBOTOvIPuStIbPTjxGq4p/Gj//Nj9dM3S8DhLvTmmZUZ | |
60EsSebe2TeCHCC3xCdNYgFxjA8WfrQ+0uz7hquZ3qE/EuoQ7JrFu1mFdW6DKoD7JoWl | |
mXcGQAfE4K8ZD2LKAsIuH6OIZ9r/9U1dv5gDiQk1RH6fEmZAn2ySZEZg5xGSBN8u+aBe | |
y10NkMcOo+3ctOqKwe5fI5fXn1OFPmqElLwjfyhLP43H+3s7KELLknnckJKii+7OUlXV | |
e2zCywbUF7Rjp3gF7lnMeLEkbGo8h4X63NW32RuzPWbpRv7ApfY1veAYVgJ3IE4C64D9 | |
f1GA== | |
X-Gm-Message-State: | AMke39mTV4lrRpgrI34RUDxja2oLp9EbpNc4aw0qCqLiHjcoz2Dp0V75Fe/4nNFl5tzbakO7ARXi0pqkn8SHUQ== |
X-Received: | by 10.157.17.195 with SMTP id y3mr2868218oty.150.1488594248947; |
Fri, 03 Mar 2017 18:24:08 -0800 (PST) | |
MIME-Version: | 1.0 |
In-Reply-To: | <CALSZ9gohTP+hpOMnviXpO2d6J-QyHzAD6e7Mj40ApfT7paNoBQ@mail.gmail.com> |
References: | <CALSZ9gohTP+hpOMnviXpO2d6J-QyHzAD6e7Mj40ApfT7paNoBQ AT mail DOT gmail DOT com> |
From: | "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
Date: | Sat, 4 Mar 2017 12:54:08 +1030 |
Message-ID: | <CAHUm0tMjb80dCpJOUHpsykeROFu-COZ+3P9UYary9gBp0HM=8A@mail.gmail.com> |
Subject: | Re: [geda-user] Layout data for Raspberry Pi B 3.5" TFT Touch screen |
To: | geda-user <geda-user AT delorie DOT com> |
Reply-To: | geda-user AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | geda-user AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
--94eb2c18fd0a6c603b0549de5bfe Content-Type: text/plain; charset=UTF-8 The eagle xml format .brd layout files seem to be available on the adafruit git repo. https://raw.githubusercontent.com/adafruit/Adafruit-PiTFT-3.5-Plus-PCB/master/Adafruit%20PiTFT%20Plus%203.5in.brd I loaded it into Kicad's pcbnew, saved as .kicad_pcb, and then loaded it into pcb-rnd, after stripping some nasties. I have saved it as a layout, which you can get from http://users.on.net/~esh/geda/AdafruitTouchScreenExtractPrelim.pcb This should get you going. If you get the adafruit ayout (.brd), and rename it to .lbr and run it through the translate2gsda utility, it will extract the footprints used in the layout as geda compatible .fp files. Support for eagle layouts is planned for translate2geda; just haven;t gotten round to it yet.. Good luck! Erich On 4 Mar 2017 1:05 am, "Rob Butts (r DOT butts2 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> wrote: > I am using this touch screen for a design and want to mount it at the end > of a wheelchair armrest. I need to design a circuit board with a header > for the screen to plug into but I am having trouble finding a drawing of > the touch screen with the layout data. > > Here is a link to the touch screen: > > http://www.ebay.com/itm/201449704007 > > And the link for adafruit's 3.5" LCD: > > https://learn.adafruit.com/adafruit-pitft-3-dot-5-touch-scre > en-for-raspberry-pi/downloads > > Thank you > --94eb2c18fd0a6c603b0549de5bfe Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div dir=3D"auto">The eagle xml format .brd layout files s= eem to be available on the adafruit git repo.<br><br><a href=3D"https://raw= .githubusercontent.com/adafruit/Adafruit-PiTFT-3.5-Plus-PCB/master/Adafruit= %20PiTFT%20Plus%203.5in.brd">https://raw.githubusercontent.com/adafruit/Ada= fruit-PiTFT-3.5-Plus-PCB/master/Adafruit%20PiTFT%20Plus%203.5in.brd</a><br>= <br></div><div>I loaded it into Kicad's pcbnew, saved as .kicad_pcb, an= d then loaded it into pcb-rnd, after stripping some nasties.<br><br></div><= div>I have saved it as a layout, which you can get from<br><br><a href=3D"h= ttp://users.on.net/~esh/geda/AdafruitTouchScreenExtractPrelim.pcb">http://u= sers.on.net/~esh/geda/AdafruitTouchScreenExtractPrelim.pcb</a><br><br></div= ><div>This should get you going.<br></div><div><br></div><div dir=3D"auto">= <div dir=3D"auto">If you get the adafruit ayout (.brd), and rename it to .l= br and run it through the translate2gsda utility, it will extract the footp= rints used in the layout as geda compatible .fp files.</div><div dir=3D"aut= o"><br></div>Support for eagle layouts is planned for translate2geda; just = haven;t gotten round to it yet..<br></div><div dir=3D"auto"><br><div dir=3D= "auto"><div dir=3D"auto">Good luck!</div><div dir=3D"auto"><br></div><div d= ir=3D"auto">Erich</div><div dir=3D"auto"><br></div></div></div><div class= =3D"gmail_extra"><br><div class=3D"gmail_quote">On 4 Mar 2017 1:05 am, &quo= t;Rob Butts (<a href=3D"mailto:r DOT butts2 AT gmail DOT com" target=3D"_blank">r.butt= s2 AT gmail DOT com</a>) [via <a href=3D"mailto:geda-user AT delorie DOT com" target=3D"_= blank">geda-user AT delorie DOT com</a>]" <<a href=3D"mailto:geda-user AT del= orie.com" target=3D"_blank">geda-user AT delorie DOT com</a>> wrote:<br type=3D= "attribution"><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px= 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D= "ltr">I am using this touch screen for a design and want to mount it at the= end of a wheelchair armrest.=C2=A0 I need to design a circuit board with a= header for the screen to plug into but I am having trouble finding a drawi= ng of the touch screen with the layout data.<div><br></div><div>Here is a l= ink to the touch screen:</div><div><br></div><div><a href=3D"http://www.eba= y.com/itm/201449704007" target=3D"_blank">http://www.ebay.com/itm/201449<wb= r>704007</a><br></div><div><br></div><div>And the link for adafruit's 3= .5" LCD:</div><div><br></div><div><a href=3D"https://learn.adafruit.co= m/adafruit-pitft-3-dot-5-touch-screen-for-raspberry-pi/downloads" target=3D= "_blank">https://learn.adafruit.com/ada<wbr>fruit-pitft-3-dot-5-touch-scre<= wbr>en-for-raspberry-pi/downloads</a><br></div><div><br></div><div>Thank yo= u</div></div> </blockquote></div></div> </div> --94eb2c18fd0a6c603b0549de5bfe--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |