erichVK5 / BXL2text

A utility to convert huffman encoded BXL schematic and footprint files to plain text, gEDA PCB (.fp) and gschem (.sym), and KiCad (.lib) formats
GNU General Public License v2.0
22 stars 9 forks source link

Pines must be rotate 180º in eeschema library #4

Closed lsaavedr closed 7 years ago

lsaavedr commented 7 years ago

There is a problem with the ultra librarian file or with this excellent library

to reproduce: $ wget http://www.ti.com/litv/pdf/MSOI002J $ java BXLDecoder TLE2426_D_8.bxl

and check TLE2426_D_8.lib,

regards, Luis PD: Thanks for BXL2text!

erichVK5 commented 7 years ago

OK, I will have a look and sort it out. It was a 50/50 bet when I implemented .lib export....

Murphy's law....

erichVK5 commented 7 years ago

I've fixed the KiCad eeschema .lib schematic symbol pin directions generated during conversion, based on testing with the example TLE2426_D_8.bxl example provided:

kicadlibexport

Please re-open this if there are any other issues noted with pin orientation.

Cheers,

Erich.