sharpie7 / circuitjs1

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

subcircuit with 7 segments led output #575

Closed goldenshaw closed 3 years ago

goldenshaw commented 3 years ago

I can build a multi-bit adder using the subcircuit feature, which can hide a lot detail inside the component, it's great. But when I try to combine the 7 segment decoder with the 7 segment LED, so to make a simple component which only need four logic input, how can I label the LED output? I can only label the four input node, and the resulting subcircuit component has no LED display as its output

pfalstad commented 3 years ago

Hi, it sounds like you want to make a subcircuit with an LED display in it, and hope that the LED display will be visible when using the subcircuit? Unfortunately that's not possible.

goldenshaw commented 3 years ago

Thanks for your reply, yes, I want it be visible, sorry to hear that's impossible...