Due to increasing spam attacks, forum registrations are currently paused to keep our community safe and spam-free. Come hang out and stay connected with us on the SimHub Discord: https://discord.com/invite/nBBMuX7!
Catch you on Discord — and thanks for understanding!
Catch you on Discord — and thanks for understanding!
Notifications
Clear all
Topic starter
05/05/2022 3:56 am
I am using Adafruit LTC5947 to run my LEDs. As I understand currently there is no way for a user to add more hardware to the list provided in Arduino configuration tool. So my current ugly workaround is to modify NeoPixel library by removing original code and replacing it with calls to LTC5947 driver.
I guess I can always use CustomProtocol plugin, but I can't use LED editor tool with it, so I have to modify firmware every time I want to modify LED behavior.
So my request is - add a property that contains current LED colors (preferably base64 or hex-encoded because they are fixed length) so users could just send an array of RGB values via serial port.