j0ono0 / pinout

An open source Python package that generates hardware pinout diagrams as SVG images.
https://pinout.readthedocs.io
MIT License
390 stars 18 forks source link

enable alternative units (in, cm, mm) #49

Open j0ono0 opened 2 years ago

j0ono0 commented 2 years ago

Enable users to input dimensions in physical units.

Might be desirable because aspects of the diagram are intrinsically measured in physical/defined scales: PCBs are created according to physical dimensions Diagrams are likely to be printed out on standardized paper sizes (and at dpi higher than screen dpi)

j0ono0 commented 2 years ago

good progress is being made! Currently testing and updating the more complex components. Details yet to be resolved:

j0ono0 commented 2 years ago

attempting to roll ALL config into a single file (again). Using a python dict rather than YAML this time. Initial tests look good. Features include: