bbcmicrobit / bbcmicrobit/micropython

neopixel glitches

Open
#614 3 comments 0 reactions 0 assignees View on GitHub
bug
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.