electro-smith / json2daisy

Utility for converting JSON board definitions into valid, libDaisy compatible C++ board support files
MIT License
6 stars 1 forks source link

Colliding pins on Petal JSON #14

Open CorvusPrudens opened 1 year ago

CorvusPrudens commented 1 year ago

https://github.com/electro-smith/json2daisy/blob/50becf8c512ebf654d849811b1ef0ded8ecc474c/src/json2daisy/resources/petal.json#L161 The expression input and led_fs_1 description both use pin 15, which looks like a problem.

dromer commented 5 days ago

I think this is an index on the LED Driver, not a physical pin on the Daisy.

So this should be fine, no?