bbcmicrobit / bbcmicrobit/micropython
neopixel glitches
- Dominant language
- C
- Stars
- 646
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
i've got an 8x8 matrix of kitrinik zip LED (neopixel [ws2812] compatible addressable LEDs).
This is wierd because only program neobug3.py shows this issue.
if the code from `draw-screen` is in the main loop and not in a function - no issue
if the code only calls `zip_led.show()` once per `zip_led.clear()` and redraw - no issue.
`zip_led.show()` has to be called twice per cycle once in the main loop and once in a function
I have (tried) to enclose a short video
[neobug3.py.txt](https://github.com/bbcmicrobit/micropython/files/2652925/neobug3.py.txt)
[20181206_112639.mp4.gz](https://github.com/bbcmicrobit/micropython/files/2652939/20181206_112639.mp4.gz)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.