ThePiHut / rgbxmastree

Code examples for the RGB Xmas Tree
90 stars 38 forks source link

Colorzero library missing #8

Closed goddarpm closed 4 years ago

goddarpm commented 4 years ago

Where can I find the correct colorzero library for use with this project? I’ve searched github and found a library but it doesn’t work with this project. Any help would be appreciated.

SVendittelli commented 4 years ago

First please ensure you are using python3 to run any example files, you'll get a lot of missing dependencies if you don't. I believe colorzero should come pre-installed on raspbian but if you are running a different OS or have highly customised it then try the steps here.

Note my previous comment was inaccurate and unhelpful so I have deleted it and replaced it with this one.

bennuttall commented 4 years ago

Everything you need is pre-installed in Raspbian desktop. For lite you just need sudo apt install python3-gpiozero which brings in colorzero too. I'll add that to the readme.

goddarpm commented 4 years ago

Thanks for the replies. Reloaded the OS and now working