Skip to content

Commit 8126bf8

Browse files
committed
added example of a printout and alternative projects
1 parent 4382f8b commit 8126bf8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This project is meant for easily creating such pinout leafs.
88

99
The pins can be described by a simple YAML based description and the tool automatically creates the diagram as a SVG.
1010

11+
![Print Example](print-example.jpg)
12+
1113
## Features
1214

1315
* **SVG Output:**
@@ -36,6 +38,16 @@ The pins can be described by a simple YAML based description and the tool automa
3638
* No weird arbitrary layouts
3739
* Only standard 0.1 inch pin raster supported (might change in the future)
3840

41+
## Alternatives
42+
43+
* [Youtube: Feather Diagrams Walk-Through for Adafruit](https://www.youtube.com/watch?v=ndVs1UvK6AE) - doing it the manual way in Inkscape
44+
* [GenPinoutSVG](https://github.com/stevenj/GenPinoutSVG) - a Python tool using CSV files as input
45+
* [Pinion](https://yaqwsx.github.io/Pinion/) - creates pinout diagrams from KiCAD PCB files
46+
* [PCBDraw](https://github.com/yaqwsx/PcbDraw) - another KiCAD based tool
47+
* [Integrated Circuit Pinout Diagram Generator](https://github.com/cmfcmf/ic-pinout-diagram-generator) - probably closest to this project, but without an editor
48+
49+
None of the tools above focus on dimensional accuracy and printing. They are more about creating diagrams for documentation or web pages.
50+
3951
## Usage
4052

4153
### Web Editor

print-example.jpg

250 KB
Loading

0 commit comments

Comments
 (0)