tom-2015 / rpi-ws2812-server

Raspberry Pi WS2812 (web) server tool
172 stars 39 forks source link

Fade issue #35

Closed leoheck closed 4 years ago

leoheck commented 4 years ago

Hi, it looks like that the fade command is not ok.

I have a video here to show what happens, https://photos.app.goo.gl/aYQieXTpLPLvw4NP9 After the fade command LEDs won't remain on as you can see in the video.

There, the led panel will start from a previews run, then I send the fade command. It should transition from min to max brightness. After that, I will send a fill blue command. After that, at the and, a second fade with white.

Maybe it is related to the white color

setup 1,8,3
init

fill 1,FFFFFF
brightness 1,0

fade 1,0,80,100,4
render
leoheck commented 4 years ago

Maybe it happens with white because I am powering with the RPI. And the white color consumes a lot of power.