adafruit / Adafruit_DotStar_Pi

DotStar module for Python on Raspberry Pi
GNU General Public License v3.0
60 stars 30 forks source link

Updated setup.py to link with bcm_host. #22

Closed thomasthiriez closed 5 years ago

thomasthiriez commented 6 years ago

The dotstar.so file produced by setup.py failed to load because it didn't link with bcm_host.

thomasthiriez commented 6 years ago

This fixes issue #20

PaintYourDragon commented 5 years ago

Thank you for the pull request. As we're deprecating this library in favor of CircuitPython, the issue is implicitly resolved there. Please check out the Adafruit CircuitPython DotStar library: https://github.com/adafruit/Adafruit_CircuitPython_DotStar