Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbulkow/FastLED-idf
/ functions
Functions
740 in github.com/bbulkow/FastLED-idf
⨍
Functions
740
◇
Types & classes
139
Method
release
release the SPI line
components/FastLED-idf/platforms/esp/32/fastspi_esp32.h:109
Method
reset
components/FastLED-idf/lib8tion.h:1142
Method
resetSegments
components/WS2812FX-idf/FX_fcn.cpp:501
Method
reversed
Whether or not this set goes backwards @return whether or not the set is backwards
components/FastLED-idf/pixelset.h:45
Function
rgb2hsv_approximate
This function is only an approximation, and it is not nearly as fast as the normal HSV-to-RGB conversion. See extended notes in the .h file.
components/FastLED-idf/hsv2rgb.cpp:523
Method
ripple_base
components/WS2812FX-idf/FX.cpp:2163
Method
running
* Alternating pixels running function. */
components/WS2812FX-idf/FX.cpp:953
Method
running_base
* Running lights effect with smooth sine transition base. */
components/WS2812FX-idf/FX.cpp:435
Method
scale
components/FastLED-idf/controller.h:349
Method
scale8
return a CRGB object that is a scaled down version of this object
components/FastLED-idf/pixeltypes.h:383
Method
scan
* Scan mode parent function */
components/WS2812FX-idf/FX.cpp:307
Function
seconds16
Return the current seconds since boot in a 16-bit value. Used as part of the "every N time-periods" mechanism
components/FastLED-idf/lib8tion.h:1009
Method
segmentsAreIdentical
@returns `true` if color, mode, speed, intensity and palette match
components/WS2812FX-idf/FX_fcn.cpp:855
Method
select
select the SPI output (TODO: research whether this really means hi or lo. Alt TODO: move select responsibility out of the SPI classes entirely, make
components/FastLED-idf/platforms/esp/32/fastspi_esp32.h:103
Method
set
components/FastLED-idf/fastpin.h:62
Method
set
components/FastLED-idf/fastpin.h:188
Method
set
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:40
Method
setBrightness
Set the global brightness scaling @param scale a 0-255 value for how much to scale all leds before writing them out
components/FastLED-idf/FastLED.h:492
Method
setColor
components/WS2812FX-idf/FX_fcn.cpp:351
Method
setCorrection
components/FastLED-idf/FastLED.cpp:145
Method
setEffectConfig
components/WS2812FX-idf/FX_fcn.cpp:309
Method
setInput
components/FastLED-idf/fastpin.h:52
Method
setInput
components/FastLED-idf/fastpin.h:177
Method
setInput
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:28
Method
setOutput
components/FastLED-idf/fastpin.h:51
Method
setOutput
components/FastLED-idf/fastpin.h:176
Method
setOutput
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:27
Method
setParity
setParity adjusts the color in the smallest way possible so that the parity of the color is now the desired value. This allows you to 'hide' one bit
components/FastLED-idf/pixeltypes.h:558
Method
setPeriod
components/FastLED-idf/lib8tion.h:1131
Method
setPin
components/FastLED-idf/fastpin.h:104
Method
setPixelColor
components/WS2812FX-idf/FX_fcn.cpp:102
Method
setPixelSegment
After this function is called, setPixelColor() will use that segment (offsets, grouping, ... will apply)
components/WS2812FX-idf/FX_fcn.cpp:528
Method
setRange
components/WS2812FX-idf/FX_fcn.cpp:539
Method
setSegment
components/WS2812FX-idf/FX_fcn.cpp:467
Function
setSelect
components/FastLED-idf/fastspi_bitbang.h:34
Method
setSelect
components/FastLED-idf/platforms/esp/32/fastspi_esp32.h:73
Method
setShowCallback
components/WS2812FX-idf/FX_fcn.cpp:550
Method
setTemperature
components/FastLED-idf/FastLED.cpp:137
Method
setTransitionMode
components/WS2812FX-idf/FX_fcn.cpp:555
Function
set_max_power_in_milliwatts
components/FastLED-idf/power_mgt.cpp:169
Function
set_max_power_in_volts_and_milliamps
components/FastLED-idf/power_mgt.cpp:164
Function
set_max_power_indicator_LED
components/FastLED-idf/power_mgt.cpp:159
Function
sfract15ToFloat
sfract15ToFloat: conversion from sfract15 fixed point to IEEE754 32-bit float.
components/FastLED-idf/lib8tion.h:437
Method
show
show function w/integer brightness, will scale for color correction and temperature
components/FastLED-idf/controller.h:79
Method
show
write the passed in rgb data out to the leds managed by this controller @param data the rgb data to write out to the strip @param nLeds the number of
components/FastLED-idf/controller.h:406
Method
show
Update all our controllers with the current led colors
components/FastLED-idf/FastLED.h:512
Method
show
components/WS2812FX-idf/FX_fcn.cpp:208
Method
showColor
show function w/integer brightness, will scale for color correction and temperature
components/FastLED-idf/controller.h:84
Method
showColor
set all the leds on the controller to a given color @param data the crgb color to set the leds to @param nLeds the numner of leds to set to this color
components/FastLED-idf/controller.h:397
Method
showColor
components/FastLED-idf/FastLED.cpp:88
Method
showColor
Set all leds on all controllers to the given color @param color what color to set the leds to
components/FastLED-idf/FastLED.h:528
Method
showPixels
components/FastLED-idf/chipsets.h:40
Method
showPixels
components/FastLED-idf/chipsets.h:104
Method
showPixels
components/FastLED-idf/chipsets.h:136
Method
showPixels
components/FastLED-idf/chipsets.h:170
Method
showPixels
components/FastLED-idf/chipsets.h:236
Method
showPixels
components/FastLED-idf/chipsets.h:301
Method
showPixels
components/FastLED-idf/chipsets.h:364
Method
showPixels
components/FastLED-idf/chipsets.h:422
Method
showPixels
-- Show pixels This is the main entry point for the controller.
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:558
Method
showPixels
components/FastLED-idf/platforms/esp/32/clockless_block_esp32.h:30
Method
showPixels
-- Show this string of pixels This is the main entry point for the pixel controller
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.cpp:334
Method
showPixels
-- Show pixels This is the main entry point for the controller.
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.h:397
Method
showRGBInternal
This method is made static to force making register Y available to use for data on AVR - if the method is non-static, then gcc will use register Y for
components/FastLED-idf/platforms/esp/32/clockless_block_esp32.h:119
Function
show_at_max_brightness_for_power
components/FastLED-idf/power_mgt.cpp:174
Function
sin16_C
Fast 16-bit approximation of sin(x). This approximation never varies more than 0.69% from the floating point value you'd get by doing float s = sin(x
components/FastLED-idf/lib8tion/trig8.h:88
Function
sin16_avr
Fast 16-bit approximation of sin(x). This approximation never varies more than 0.69% from the floating point value you'd get by doing float s = sin(x
components/FastLED-idf/lib8tion/trig8.h:30
Function
sin8_C
Fast 8-bit approximation of sin(x). This approximation never varies more than 2% from the floating point value you'd get by doing float s = (sin(x) *
components/FastLED-idf/lib8tion/trig8.h:217
Function
sin8_avr
Fast 8-bit approximation of sin(x). This approximation never varies more than 2% from the floating point value you'd get by doing float s = (sin(x) *
components/FastLED-idf/lib8tion/trig8.h:159
Method
sinelon_base
* Sinelon stolen from FASTLED examples */
components/WS2812FX-idf/FX.cpp:2602
Method
size
How many leds does this controller manage?
components/FastLED-idf/controller.h:118
Method
size
components/FastLED-idf/controller.h:321
Method
size
Get the size of this set @return the size of the set
components/FastLED-idf/pixelset.h:41
Function
slowswap
Slow version of the 8 byte by 8 bit rotation
components/FastLED-idf/bitswap.h:146
Method
sport
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:71
Method
spots_base
components/WS2812FX-idf/FX.cpp:2489
Function
squarewave8
squarewave8: square wave generator. Useful for turning a one-byte ever-increasing value into a one-byte value that is either 0 or 255. The width of t
components/FastLED-idf/lib8tion.h:819
Method
startBoundary
components/FastLED-idf/chipsets.h:159
Method
startBoundary
components/FastLED-idf/chipsets.h:209
Method
startBoundary
components/FastLED-idf/chipsets.h:274
Method
startNext
-- Start up the next controller This method is static so that it can dispatch to the appropriate startOnChannel method of the given controller.
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.cpp:410
Method
stepAdvanceAndLoadAndScale0
components/FastLED-idf/controller.h:370
Function
stop
stop the SPI output. Pretty much a NOP with software, as there's no registers to kick
components/FastLED-idf/fastspi_bitbang.h:45
Method
stop
stop the SPI output. Pretty much a NOP with software, as there's no registers to kick
components/FastLED-idf/platforms/esp/32/fastspi_esp32.h:83
Method
strobe
components/FastLED-idf/fastpin.h:57
Method
strobe
components/FastLED-idf/fastpin.h:182
Method
strobe
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:45
Function
sub8
subtract one byte from another, 8-bit result
components/FastLED-idf/lib8tion/math8.h:152
Function
submod8
Subtract two numbers, and calculate the modulo of the difference and a third number, M. In other words, it returns (A-B) % M. It is designed as a comp
components/FastLED-idf/lib8tion/math8.h:326
Function
swapbits8
Do an 8byte by 8bit rotation
components/FastLED-idf/bitswap.h:98
Function
temperatureRead
components/FastLED-idf/hal/esp32-hal-misc.c:43
Function
testabs
components/FastLED-idf/lib8tion.cpp:142
Function
testmul8
components/FastLED-idf/lib8tion.cpp:152
Function
testnscale8x3
components/FastLED-idf/lib8tion.cpp:224
Function
testqadd8
components/FastLED-idf/lib8tion.cpp:207
Function
testscale8
components/FastLED-idf/lib8tion.cpp:172
Method
theater_chase
* theater chase function */
components/WS2812FX-idf/FX.cpp:388
Method
toggle
components/FastLED-idf/fastpin.h:58
Method
toggle
components/FastLED-idf/fastpin.h:184
Method
toggle
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:47
← previous
next →
601–700 of 740, ranked by callers