Makuna / NeoPixelBus

An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
GNU Lesser General Public License v3.0
1.17k stars 259 forks source link

APA106 occasionally displays bright white regardless of color provided #401

Closed atanisoft closed 3 years ago

atanisoft commented 3 years ago

Describe the bug Intermittently APA106 can display white when sending RgbColor(0) (or any other color).

Development environment (please complete the following information):

I've tested the adjusted timings for the RMT APA106 as:

    const static DRAM_ATTR uint32_t RmtBit0 = Item32Val(350, 1350);
    const static DRAM_ATTR uint32_t RmtBit1 = Item32Val(1350, 350);

So far it is working nicely with no ill effects.

Makuna commented 3 years ago

https://github.com/Makuna/NeoPixelBus/pull/406 Platforms that have specific ability to fine tune the values have been adjusted

Makuna commented 3 years ago

2.6.1 released