CH552-USB-Knob icon indicating copy to clipboard operation
CH552-USB-Knob copied to clipboard

LED Question

Open smccloud opened this issue 1 year ago • 1 comments

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.

smccloud avatar Mar 21 '23 17:03 smccloud

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.

wagiminator avatar Mar 25 '23 07:03 wagiminator