respeaker / respeaker_python_library

To build voice enabled objects/applications with Python and ReSpeaker
Apache License 2.0
149 stars 74 forks source link

changing pixel_ring.wait() color #30

Closed elpimous closed 6 years ago

elpimous commented 6 years ago

hello, trying some mods, but I don't find how to change color of the pixel_ring.py wait mode. I'd like to add in pixel_ring.py some functions like wait_blue, wait_red.... (actual is green) and perhaps, if possible, change speed. An idea ?

xiongyihui commented 6 years ago

If you are using the respeaker core, you can modify the arduino code to change the code. But if you are using the respeaker usb mic array, the color can't be changed yet.

elpimous commented 6 years ago

Oh, Ok ! Perhaps one day ?! Thanks xiongyihui.