jandelgado / jled

Non-blocking LED controlling library for Arduino and friends.
MIT License
331 stars 55 forks source link

Is there a way to use a single JLED to control a bicolor led? #123

Closed Rimbaldo closed 9 months ago

Rimbaldo commented 1 year ago

How can I make a single RED/GREEN bicolor led to work with JLED but using the Yellow color? Both Red and Green lit, to show yellow effects?

Also, can I create an "Yellow" Object that sets the max brightness different for each color (RED and GREEN) , so I can tune the best "yellow" appearance?

Is there a way for this to be done?

Thanks!

jandelgado commented 1 year ago

Currently only single-color LEDs are supported.But you could create a JLedSequence with 2 JLed objects, one for red and for the green LED and control the LEDs in parallel together.

github-actions[bot] commented 9 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days