micropython/drivers/neopixel
Jim Mussared 841eeb158e drivers/neopixel: Avoid heap alloc in fill().
Previously the use of `range(start,stop,step)` caused an allocation.
Replace with while loop.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-11-19 15:37:06 +11:00
..
manifest.py drivers/neopixel: Add common machine.bitstream-based neopixel module. 2021-08-19 22:50:32 +10:00
neopixel.py drivers/neopixel: Avoid heap alloc in fill(). 2021-11-19 15:37:06 +11:00