arvydas / blinkstick-python

BlinkStick Python interface to control devices connected to the computer
Other
136 stars 53 forks source link

fix intensity scaling in blink, pulse, and morph #75

Closed chaddcw closed 1 year ago

chaddcw commented 3 years ago

Removes call to _determine_rgb() from blink() and pulse(). Just pass along all parameters to set_color(). Descale the values for r_end, g_end, b_end in morph().

Fixes #74

arvydas commented 1 year ago

Thank you very much for your contribution! Apologies for taking so long to merge.