www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2017/03/04/18:46:31

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=CLfCneT9a+F/W9QBFz4RZUfx9XvedS5YHm08hBxE+5s=;
b=A7648CKnHONn9K1RC1DDYn53dS7+FOmL0kHswa1vznu+/1OmsgTFw6LbtZOVC1945F
+8532QrOuKvLBj2NejQdj+MP3pmxD/KO3z6j/n4oktkJPXPHF/npW0+FNCc9sEUU2ZBn
95GcvF4XAKOM/fyQnJeML1x908uMp9hv7CEKrOtWptaXJl55MsEqL1vd+hRcW7GiNDRI
r6E3/xUXidr73V28wUqzuRnV72jNacUI95H/pp7uPDrCZ8j0RcgETOexxqESbGx6D0za
5pJhb5YIurnQdzfmbLtmXA9fldk/eR4vo6150QH18r38zi10k7e9cOFJTSqTYaTc3H7T
z2/g==
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=CLfCneT9a+F/W9QBFz4RZUfx9XvedS5YHm08hBxE+5s=;
b=D11wmpf5PDXDyGLXSvTvYetdxkawKHxa7Pt0qw6/9K3VSIgorL0gl/ruvro/hAKjRk
+SCN3LCCn51kv3Tzn1xxCDWP3HV3AbKxU2xnHrTPdfiNXuWfw2ZRmz6MK4zWdWfc+6Lh
eF0405FeAoQ3v099MuiPBkgS41hHrYvUDs6pkd3oKmZTxcLXmRSC3IVCXLRlkrNbFEM7
RZvt1muTqyU1aqpolmVLGGlVj+ljmPCd/i0KfEfl16vq9cIiSDTNDMGLVB4JfhmY5p1C
PyNl5xU9e6FbIO7D2x50eMKM5MIZLmZhMgSt73b7wtLqTciRNOsDphaKXR3FJksSmIPw
Qjzg==
X-Gm-Message-State: AMke39mNY6F+JRGrrikhWrlUb/R6ROndJAE4g2tDNomoh7Oq9P6uYrKeAJvf3+SMXoaiK5kpmVbzZL3BaaNvMg==
X-Received: by 10.157.17.195 with SMTP id y3mr4631411oty.150.1488671084973;
Sat, 04 Mar 2017 15:44:44 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <CALSZ9grtgKUkY1TBnRAJQq8+A9V7_VOwkE9Axumb0vs_ZEDE4w@mail.gmail.com>
References: <CALSZ9gohTP+hpOMnviXpO2d6J-QyHzAD6e7Mj40ApfT7paNoBQ AT mail DOT gmail DOT com>
<CAHUm0tMjb80dCpJOUHpsykeROFu-COZ+3P9UYary9gBp0HM=8A AT mail DOT gmail DOT com>
<CALSZ9gp=S24StSXBmNmde6GcumEypA-cSB78DApdczA96SRkGA AT mail DOT gmail DOT com>
<CALSZ9go5MHhzhpzcOMaB2jzqSa8RWQxm09m-oqQWZGtOWE_Szg AT mail DOT gmail DOT com>
<CALSZ9gpmRxYyRFGo1GyVj7X6_8EirnFkZvH=EJtybVbz3wSukQ AT mail DOT gmail DOT com>
<CALSZ9grRCZJ0WwVNQBjW3YC0E8jm9XaCSS012PAFHP1GKqxmMw AT mail DOT gmail DOT com>
<CAJZxidCaRL4rdqA_C26L6w=jUTU1xyi=NGCXACvvv7j5O_q87w AT mail DOT gmail DOT com>
<CALSZ9gqWHA=kzu12UcWJwFUQXgMn+82xUar5j=tsppu9=XSHmw AT mail DOT gmail DOT com>
<CAE4k+fuQoiSFo9683YwFuQ_SzAu7Ove4qXA=U5gGVfTaUE6AkA AT mail DOT gmail DOT com> <CALSZ9grtgKUkY1TBnRAJQq8+A9V7_VOwkE9Axumb0vs_ZEDE4w 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: Sun, 5 Mar 2017 10:14:44 +1030
Message-ID: <CAHUm0tM9A9m8RZwhdOuejW=2MzHMYm2NxSaHWW3YcS1V3KQx6g@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

I've refined the conversion code somewhat, and have now done a version
of the Adafruit layout with embedded elements.

Kicad exports the eagle layout in kicad format with quite a few rare
fields, as well as oddities such as empty layer defs for some
features, and embedded text fields in the file like:

textThing""

(!) that break naive conversion efforts.

Having worked around these in my second go at it, I present a revised

http://users.on.net/~esh/geda/AdafruitTouchScreenExtractPrelim2.pcb

This should give you a better idea of component placement on the
AdaFruit version, but in the absence of design files for the ebay
one.... not much I can do there.

Note that the SMD pads have not been 90 degree rotated in the 26 pin
footprint - I am yet to implement per pad rotation during conversion
when importing these rarer kicad features into pcb-rnd.

The translate2geda utility will produce an essentially lossless
footprint, and implement rotation of pads, however, so that is still
worth trying.

Cheers,

Erich.

On Sun, Mar 5, 2017 at 7:06 AM, Rob Butts (r DOT butts2 AT gmail DOT com) [via
geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:
> No, I'm looking for the 26 pin header on the following display
>
> http://www.ebay.com/itm/For-Raspberry-Pi-3-2-TFT-LCD-Display-Kuman-3-5-Inch-480x320-TFT-Touch-Screen-Mo-/302171452717?
>

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019