Skip to content

Commit

Permalink
Fix error while setting strip type
Browse files Browse the repository at this point in the history
  • Loading branch information
Urmel11 committed Mar 24, 2018
1 parent d24b2cc commit c528494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpi_ws281x/Channel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public Channel(int ledCount, int gpioPin, byte brightness, bool invert, StripTy
GPIOPin = gpioPin;
Invert = invert;
Brightness = brightness;
StripType = stripType;

var ledList = new List<LED>();
for(int i= 0; i<= ledCount-1; i++)
Expand Down

0 comments on commit c528494

Please sign in to comment.