cmfcmf / ic-pinout-diagram-generator

Generate beautiful pinout diagrams for integrated circuits.
https://cmfcmf.github.io/ic-pinout-diagram-generator
MIT License
64 stars 15 forks source link

Consistency with descriptions #5

Closed serisman closed 4 years ago

serisman commented 4 years ago

This PR provides slightly better consistency in the check-box descriptions.

BEFORE: image

AFTER: image

We might also want to reduce the size of the sink/drive pin labels by changing sink: 10mA, drive: 5mA into something like -10mA / +5mA or even split them into two separate labels to reduce the overall size a bit.

cmfcmf commented 4 years ago

Great work - much more consistent now!

We might also want to reduce the size of the sink/drive pin labels by changing sink: 10mA, drive: 5mA into something like -10mA / +5mA or even split them into two separate labels to reduce the overall size a bit.

Yeah, true. I also thought of using arrows to indicate "sink" and "drive", but couldn't come up with something I liked. Using just -10mA / +5mA seems like a good idea :+1: