pez2001 / razer_chroma_drivers

A collection of Linux drivers for Razer Chroma devices, it supports all lighting modes and includes a daemon for advanced effects + gui configuration app
GNU General Public License v2.0
231 stars 31 forks source link

Razer Mamba charging effect: speed depends on RGB values #152

Closed d-rez closed 8 years ago

d-rez commented 8 years ago

Just noticed this funny bug: the smaller values passed to set_charging_colour.py script, the quckier it animates.

This looks normal $ sudo python3 set_charging_colour.py --colour 255 255 255 This looks normal as well $ sudo python3 set_charging_colour.py --colour 255 0 0 Fun starts here, effect animates twice as fast $ sudo python3 set_charging_colour.py --colour 127 0 0 You get the idea. The following makes the effect cycle around 3 times / second $ sudo python3 set_charging_colour.py --colour 5 5 5 Same $ sudo python3 set_charging_colour.py --colour 0 5 0

terricain commented 8 years ago

Have moved all development to my fork, would you mind reraising the issue there and closing this one. Thanks.

d-rez commented 8 years ago

Yupp will do tonight, cheers!