Open ostracizado opened 1 year ago
i am curious about that one as well. how do we turn the leds at the top on? @danielscheidler
Only making the 11 to 21 is certainly not enough. It must at least be ensured that this is not set in any other way. As long as it is controlled in other segments, it is otherwise overwritten. The individual segments must be coherent against each other.
Only making the 11 to 21 is certainly not enough. It must at least be ensured that this is not set in any other way. As long as it is controlled in other segments, it is otherwise overwritten. The individual segments must be coherent against each other.
i am not sure what you mean.
also i found this guide. it has a lot more light effects and the buttons light up from both sides
https://www.youtube.com/watch?v=58v8oqSQgXQ&ab_channel=Unlocoysutecnolog%C3%ADa
maybe you can include them in your library?
What would be the best approach to have the led on the top turn on, when the light is on - instead of the led on the button? It would be more easy to see the state of a light: on/off.
I imagine it has to do with the scripts: led_on_button_left/led_off_button_left, led_on_button_middle/led_off_button_middle and led_on_button_right/led_off_button_right...
edit: Hmmm... initially I thought it would only be needed to change the specific led in partition:
But that only make the specific led "21" blink and turn off. Could it be a conflict with the script that turns on the top leds, sequentially, and off, when the button is pressed?