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: References: From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Sat, 4 Mar 2017 12:54:08 +1030 Message-ID: Subject: Re: [geda-user] Layout data for Raspberry Pi B 3.5" TFT Touch screen To: geda-user Content-Type: multipart/alternative; boundary=94eb2c18fd0a6c603b0549de5bfe 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 Precedence: bulk --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]" 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
The eagle xml format .brd layout files s= eem to be available on the adafruit git repo.

https://raw.githubusercontent.com/adafruit/Ada= fruit-PiTFT-3.5-Plus-PCB/master/Adafruit%20PiTFT%20Plus%203.5in.brd
=
I loaded it into Kicad's pcbnew, saved as .kicad_pcb, an= d then loaded it into pcb-rnd, after stripping some nasties.

<= div>I have saved it as a layout, which you can get from

http://u= sers.on.net/~esh/geda/AdafruitTouchScreenExtractPrelim.pcb

This should get you going.

=
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.

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, &quo= t;Rob Butts (r.butt= s2 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.=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.

Here is a l= ink to the touch screen:


And the link for adafruit's 3= .5" LCD:


Thank yo= u
--94eb2c18fd0a6c603b0549de5bfe--