joosteto / ws2812-spi

python routines to program the WS2812 RGB LED chips on the raspberry, using the hardware SPI MOSI.
GNU Affero General Public License v3.0
59 stars 23 forks source link

File "wstest.py", line 7, in <module> #11

Closed xtodx closed 4 years ago

xtodx commented 4 years ago
 File "wstest.py", line 7, in <module>
    ws2812.write2812(spi, [[10,0,0], [0,10,0], [0,0,10], [10, 10, 0]])
AttributeError: 'module' object has no attribute 'write2812'