nickovs / ws2812-SPI

An efficient micropython WS2812 (NeoPixel) driver
Apache License 2.0
26 stars 7 forks source link

README.md should mention write() #2

Closed cefn closed 6 years ago

cefn commented 6 years ago

The example code on the front page will not work without calling np.write() to cause the strip to update, which might confuse some learners.

nickovs commented 6 years ago

That's a very good point. Thanks for mentioning it. I will update the README to make this clear.