astro-pi / python-sense-hat

Source code for Sense HAT Python library
https://sense-hat.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
510 stars 255 forks source link

Bugfix: The "reversed()" function only returns an iterator and not a … #72

Closed Nerdmind closed 7 years ago

Nerdmind commented 7 years ago

…list (which results to a TypeError if no "list()" is wrapped around).