You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like this a lot, but I don't know if this is technically possible with this piece of hardware. Controlling individual leds would make a fun programmable toy, or it could bring a whole new set of off-screen indicators. Want this so bad that I'm willing to get into Rust and driver development for that to happen.
The text was updated successfully, but these errors were encountered:
A simple version of that should just work if you poke around the protocol a bit.
Have a look through some of the alternative apps like https://github.com/Blucky87/AnneProCLI to see how to talk to the Anne/LED controller. There's a message that lets you control individual leds, it's used by the bluetooth setup mode for example.
For most of this you won't need any special firmware, bluetooth messages for the LED controller just get forwarded to it, so stock should work as well.
If you want high fps for your blinking leds you'll need to write your own firmware for the LED controller though :)
I would like this a lot, but I don't know if this is technically possible with this piece of hardware. Controlling individual leds would make a fun programmable toy, or it could bring a whole new set of off-screen indicators. Want this so bad that I'm willing to get into Rust and driver development for that to happen.
The text was updated successfully, but these errors were encountered: