summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/scripts/neopixel.py
Commit message (Collapse)AuthorAge
* esp8266/scripts: Move drivers/modules to modules/ (frozen bytecode).Paul Sokolovsky2017-05-12
|
* esp8266/scripts: Make neopixel/apa102 handle 4bpp LEDs with common code.Radomir Dopieralski2016-10-25
| | | | | | The NeoPixel class now handles 4 bytes-per-pixel LEDs (extra byte is intensity) and arbitrary byte ordering. APA102 class is now derived from NeoPixel to reduce code size and support fill() operation.
* esp8266/scripts/: Add fill() to NeoPixelMike Causer2016-05-07
|
* esp8266/scripts/: Remove use of pin.PULL_NONE.Paul Sokolovsky2016-05-05
| | | | | This constant is no longer part of hardware API (replaced with just None), and is a default, so not needed in calls.
* esp8266/scripts/neopixel.py: Swap red and green in pixel accessor.Damien George2016-05-03
|
* esp8266/scripts/neopixel.py: Remove test function from neopixel driver.Damien George2016-04-28
| | | | It takes up lots of room and isn't needed.
* esp8266: Move onewire.py, neopixel.py drivers from tests/ to scripts/.Damien George2016-04-28