wagiminator / CH552-USB-Knob

Rotary Encoder with NeoPixels and USB Interface
https://oshwlab.com/wagiminator/ch552e-usb-knob
Other
148 stars 12 forks source link

LED Question #2

Open smccloud opened 1 year ago

smccloud commented 1 year ago

I'm in the process of printing my second enclosure for these, is it possible to have the Neo Pixels show green if unmuted and red if muted? They are for my kids and anything to make it easier to see that they are muted/unmuted.

wagiminator commented 1 year ago

The problem is that the button only toggles the mute state, but doesn't know what this state is itself. This would require feedback from the computer, which is probably not possible without programming a driver. Of course, you can also toggle the LED status by pressing the button, but it cannot be guaranteed whether the LED status and mute status are and remain synchronous.