pimoroni / rgbmatrix5x5-python

Python library for the Pimoroni 5x5 RGB Matrix Breakout
https://shop.pimoroni.com/products/5x5-rgb-matrix-breakout
MIT License
12 stars 5 forks source link

set_all method not working #3

Closed sandyjmacdonald closed 5 years ago

sandyjmacdonald commented 5 years ago

Title says it all...

Gadgetoid commented 5 years ago

Should be fixed in https://github.com/pimoroni/rgbmatrix5x5-python/commit/e37c839299f72af6326dd85c982cc546b328306d

Have also added a test for this in future.

Gadgetoid commented 5 years ago

Could you grab the pre-release and verify it's fixed?

sudo pip install -i https://test.pypi.org/simple/ rgbmatrix5x5

sandyjmacdonald commented 5 years ago

Yep, appears to be fixed!