TinyTapeout / tt-commander-app

Web app to control the Tiny Tapeout Demo board
https://commander.tinytapeout.com
Other
0 stars 3 forks source link

when changing design, unset ui_in and turn off all inputs #19

Closed mattvenn closed 1 week ago

mattvenn commented 1 week ago

could possibly cause issues to have the input config from one design get transferred to another eg the analog project on tt05 connects the 2 analog ios together iternally

urish commented 1 week ago

Do we really want to unset ui_in though? or just turn off all the inputs (setting them to zero)?

Because if we unset ui_in, the inputs will be controlled by the DIP switches, which may not be what the user expects.

mattvenn commented 1 week ago

ok, setting them all to 0 is fine