kenssamson.rpi-ws281x-csharp
1.1.0
This is a fork of the original .Net Library. It has been updated to work properly with .Net Core 2.2 and contains additional features.
Install-Package kenssamson.rpi-ws281x-csharp -Version 1.1.0
dotnet add package kenssamson.rpi-ws281x-csharp --version 1.1.0
<PackageReference Include="kenssamson.rpi-ws281x-csharp" Version="1.1.0" />
paket add kenssamson.rpi-ws281x-csharp --version 1.1.0
#r "nuget: kenssamson.rpi-ws281x-csharp, 1.1.0"
Limitations
This library only works on an actual Raspberry PI. It will not work on Windows or Macintosh computers.
Required Raspberry Library
This package is a wrapper for a shared 'C' library that must be installed on the Raspberry PI. Please refer to the README file in the lib folder of the project for more information.
Release Notes
Version 1.1.0 - Released 3/3/2019
Changes
- Removed option to view Settings after Initializing the Device
- Default setting is to only update the LEDs after a color change, there is option to override
- Error results contains more details from base library
Bug Fixes
- Memory Leak when using Gamma Correction,
- Strips with multiple LEDs where not initialized correctly
Version 1.0.0 - Released 2/2/2019
Initial Release
Limitations
This library only works on an actual Raspberry PI. It will not work on Windows or Macintosh computers.
Required Raspberry Library
This package is a wrapper for a shared 'C' library that must be installed on the Raspberry PI. Please refer to the README file in the lib folder of the project for more information.
Release Notes
Version 1.1.0 - Released 3/3/2019
Changes
- Removed option to view Settings after Initializing the Device
- Default setting is to only update the LEDs after a color change, there is option to override
- Error results contains more details from base library
Bug Fixes
- Memory Leak when using Gamma Correction,
- Strips with multiple LEDs where not initialized correctly
Version 1.0.0 - Released 2/2/2019
Initial Release
Release Notes
[Change] Removed option to view Settings after Initializing the Device\n
[Change] Default setting is only update LEDs after color change, option to override\n
[Change] Error result contains more details from base library\n
[Bugfix] Memory Leak when using Gamma Correction\n
[Bugfix] Strips with multiple LEDs where not initialized correctly
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.