diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2021-11-18 00:10:49 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-11-19 15:37:06 +1100 |
commit | 841eeb158e1d43ba34e4ee629143e10a2c4505ff (patch) | |
tree | abaa74dd349e46ee584206690983d03b91feb8f7 /docs/esp8266/tutorial/intro.rst | |
parent | 172a031dff5b767be0accc9ae4810c1f897d3dde (diff) | |
download | micropython-841eeb158e1d43ba34e4ee629143e10a2c4505ff.tar.gz micropython-841eeb158e1d43ba34e4ee629143e10a2c4505ff.zip |
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>
Diffstat (limited to 'docs/esp8266/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions