sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.29k stars 633 forks source link

Feature- small component size also for subcircuits (in small grid) #771

Closed TimFFischer closed 1 year ago

TimFFischer commented 2 years ago

It would be great to be have the small scale components also available for the subcircuits.

pfalstad commented 2 years ago

I forgot about small grid. That feature was more useful before zoom was added. Now you don't need it as much anymore.

TimFFischer commented 2 years ago

The not scalable texts - like label text or logic IO state - would be better readable, when the other components are in small scale.

An example for this is my first try to simulate AVRs Timer/Counter. It has two subcircuits (UpDown-Counter and 8bit Comparator) in "normal scale", which limits the zoom factor when the circuit is centered. A custom logic block would be an alternative, but I think it would need a lot of lines with patterns in these cases..