Skip to content

Changed SetFade() to SetFadeRate()

Compare
Choose a tag to compare
@SV-Zanshin SV-Zanshin released this 18 Dec 11:20
· 53 commits to master since this release

The old SetFade() function was boolean, the new SetFadeRate accepts a parameter setting the fade rate delay in units of 500 microseconds, e.g. SetFadeRate(10) will fade from full on to off in 500ms or 1/2 second.