You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Pinout Leaf Generator
2
2
3
-
Pinout diagrams for micro controllers and other PCBs are well known, but it can be hard always comparing the pinout
3
+
Pinout diagrams for microcontrollers and other PCBs are well known, but it can be hard always comparing the pinout
4
4
diagram with the real PCB, counting pins. One solution is to print out a diagram that has exactly the right size to push
5
5
the pins through the paper and have the labels right next to the actual pin.
6
6
@@ -13,7 +13,7 @@ The pins can be described by a simple YAML based description and the tool automa
13
13
***SVG Output:**
14
14
* Generates clean, scalable SVG diagrams.
15
15
* Default sizes match the real world PCB exactly, just print at 100%
16
-
* Fully selfcontained, font and image resources are embedded into the file so it's fully portable
16
+
* Fully self-contained, font and image resources are embedded into the file so it's fully portable
17
17
***Configuration:**
18
18
* Define pinouts, board dimensions, labels, and types using simple YAML or JSON files.
19
19
* Custom types allow control over colors and legend labels
@@ -143,11 +143,11 @@ There are the following predefined types, which you can use without defining the
143
143
144
144
### image
145
145
146
-
For nicer diagrams you can define background images (JPEG or PNG only) to use instead of a general green PCP background. You can set a front and back side image separately.
146
+
For nicer diagrams you can define background images (JPEG or PNG only) to use instead of a general green PCB background. You can set a front and back side image separately.
147
147
148
148
Images can be referenced as local file or as URL. In both cases the generator will try to actually embed the image in the generated SVG as a dataurl.
149
149
150
-
By default your image will be stretched to exactly match the size defined by the pins. However you picture will probably not fit exactly. Using the `left`, `right`, `top` and `bottom` properties you can define offsets from the respective edges. Negative numbers will move the image edge outwards, postive numbers inwards. The offsets are given in one-hundreds of a millimeter, eg. 100 is 1mm. Best interactively experiment in the web editor until the image fits.
150
+
By default, your image will be stretched to exactly match the size defined by the pins. However, you picture will probably not fit exactly. Using the `left`, `right`, `top` and `bottom` properties you can define offsets from the respective edges. Negative numbers will move the image edge outwards, postive numbers inwards. The offsets are given in one-hundreds of a millimeter, eg. 100 is 1mm. Best interactively experiment in the web editor until the image fits.
151
151
152
152
```yaml
153
153
image:
@@ -167,7 +167,7 @@ image:
167
167
168
168
### offsets
169
169
170
-
By default the pin rows will sit on the edge of the defined board size. Sometimes you might want to define your board's size larger than the actual pin area is. You then can use the offsets setting to move a pi row further in.
170
+
By default, the pin rows will sit on the edge of the defined board size. Sometimes you might want to define your board's size larger than the actual pin area is. You then can use the offsets setting to move a pi row further in.
171
171
172
172
For example the Raspberry Pi has two rows of Pins all the way to the right edge of a much larger board. In this case you might want to define the overall size of the board but then offset the left row of pins so it moves over nearly to the right edge.
0 commit comments