Update Pixel.cpp

This commit is contained in:
Gregg 2022-01-22 07:18:19 -06:00
parent 95b41fd929
commit a09b8d0b85
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Pixel::Pixel(int pin){ Pixel::Pixel(int pin){
rf=new RFControl(pin,false,false); // set clock to 1/80 usec, no default driver rf=new RFControl(pin,false,false); // set clock to 1/80 usec, no default driver
if(!rf) if(!*rf)
return; return;
setTiming(0.32, 0.88, 0.64, 0.56, 80.0); // set default timing parameters (suitable for most SK68 and WS28 RGB pixels) setTiming(0.32, 0.88, 0.64, 0.56, 80.0); // set default timing parameters (suitable for most SK68 and WS28 RGB pixels)