Arduino Forum
>
Using Arduino
>
LEDs and Multiplexing
>
What does .setCorrection(TypicalLEDStrip); do?
Print
Go Down
Pages:
[1]
Topic: What does .setCorrection(TypicalLEDStrip); do?
(Read 877 times)
previous topic
-
next topic
faaramin
Newbie
Posts: 1
Karma: 0
[add]
http://www.rahkarenovin.com
What does .setCorrection(TypicalLEDStrip); do?
Dec 17, 2019, 03:53 pm
Last Edit
: Dec 17, 2019, 04:06 pm by faaramin
fastLED- What does .setCorrection(TypicalLEDStrip); do?
My sketches work the same with or without this member function.
طراحی سایت
هاست لینوکس
ثبت دامنه
میزبانی وب
بلیط هواپیما
Code:
[Select]
FastLED.addLeds<LED_TYPE, DATA_PIN, COLOR_ORDER>(leds, UM_LEDS).setCorrection(TypicalLEDStrip);
SteveMann
Edison Member
Posts: 2,061
Karma: 133
[add]
Electrical Engineer, Commercial Pilot, Tinker
Re: What does .setCorrection(TypicalLEDStrip); do?
#1
Dec 17, 2019, 11:07 pm
Last Edit
: Dec 17, 2019, 11:08 pm by SteveMann
Didn't do a search, did you. I asked the exact same question a month ago:
https://forum.arduino.cc/index.php?topic=648746.msg4375913#msg4375913
I'm not sure what it does, either.
Fritzing pictures are NOT schematics. I don't speak Fritzing.
Please do not ask for help by PM. I will not respond. If you need help, post a question on the appropriate forum.
Click on Add Karma if I helped you.
Print
Go Up
Pages:
[1]
Loading...