ImpulseRC / OSD

ImpulseOSD - Official Documentation
https://impulserc.com/products/wolf-v3-pdb-osd-kit
49 stars 8 forks source link

LED configurator #47

Open rauar opened 4 years ago

rauar commented 4 years ago

Just added 32 leds to my quad. Configuring them via OSD/Sticks will be a severe pain. Can we get something like in BF ?

Or at least some kind of "upload" option for a led config file ?

rauar commented 4 years ago

PS: would be willing to help out coding something but in contrast to the previous OSD this seems to be closed-source now 🤬

awolf78 commented 4 years ago

Agree that the LEDs deserve GUI support. @sblakemore had some ideas he wanted to share with me how to make this nice and easy, but has not done so yet. #skeletonmeme

rauar commented 4 years ago

Here my adhoc proposal based on how audio sequencers work:

Not sure how the "internal" led data is stored but I would imaging that it's simply a huge array of [effect][step][led] = . That could be easily generated by the above when hitting save.

@awolf78 Any chance ImpulseRC is opening the "api" of the controller (at least) that we can build our own prototypes/scripts/tools around the Wolf PDB ? Personally I would be even happy with a self-written script instead of a GUI until a "standard" solution is available.