You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
when i try to compile the code in arduino ide i get the following error:
'class WS2812FX' has no member named 'setOptions'
The failure is in line 294:
strip->setOptions(0, GAMMA); // We only have one WS2812FX segment, set color to human readable GAMMA correction
Can anybody help me?
The text was updated successfully, but these errors were encountered:
Hi,
when i try to compile the code in arduino ide i get the following error:
'class WS2812FX' has no member named 'setOptions'
The failure is in line 294:
strip->setOptions(0, GAMMA); // We only have one WS2812FX segment, set color to human readable GAMMA correction
Can anybody help me?
The text was updated successfully, but these errors were encountered: