python ws281x show function having different timings in different functions
I wrote a python script using the rpi_ws281x
library that can animate an led strip attached to my rpi. The time it takes to run strip.show()
in color_fade
takes longer than when updating it directly in the run_animation
function. I’m curious what’s happening and if it can be fixed.