Ws2812b LED driver does not work properly on Raspberry Pi 2B and 4B when LED length < 8.
- Dominant language
- C#
- Stars
- 2.4k
- Forks
- 630
- Avg merge
- 11d 3h
- Merged PRs (30d)
- 2
Description
When LED length is smaller than 8, the color of all LEDs are not correct. But when length is larger than 8, all LEDs are again all ok.
The IoT.Device.Bindings in my NuGet has v1.1.0 (published on 11/9/2020).
The sample program I took is from here: https://github.com/dotnet/iot/tree/master/src/devices/Ws28xx
**dotnet --info** from my Raspi 2B
.NET Core SDK (reflecting any global.json):
Version: 3.1.102
Commit: 573d158fea
Runtime Environment:
OS Name: raspbian
OS Version: 8
OS Platform: Linux
RID: linux-arm
Base Path: /home/pi/dotnet-arm32/sdk/3.1.102/
Host (useful for support):
Version: 3.1.2
Commit: 916b5cba26
.NET Core SDKs installed:
3.1.102 [/home/pi/dotnet-arm32/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.App 3.1.2 [/home/pi/dotnet-arm32/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.2 [/home/pi/dotnet-arm32/shared/Microsoft.NETCore.App]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.