MCPcopy Create free account

hub / github.com/bbulkow/FastLED-idf / functions

Functions740 in github.com/bbulkow/FastLED-idf

Methodrelease
release the SPI line
components/FastLED-idf/platforms/esp/32/fastspi_esp32.h:109
Methodreset
components/FastLED-idf/lib8tion.h:1142
MethodresetSegments
components/WS2812FX-idf/FX_fcn.cpp:501
Methodreversed
Whether or not this set goes backwards @return whether or not the set is backwards
components/FastLED-idf/pixelset.h:45
Functionrgb2hsv_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
Methodripple_base
components/WS2812FX-idf/FX.cpp:2163
Methodrunning
* Alternating pixels running function. */
components/WS2812FX-idf/FX.cpp:953
Methodrunning_base
* Running lights effect with smooth sine transition base. */
components/WS2812FX-idf/FX.cpp:435
Methodscale
components/FastLED-idf/controller.h:349
Methodscale8
return a CRGB object that is a scaled down version of this object
components/FastLED-idf/pixeltypes.h:383
Methodscan
* Scan mode parent function */
components/WS2812FX-idf/FX.cpp:307
Functionseconds16
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
MethodsegmentsAreIdentical
@returns `true` if color, mode, speed, intensity and palette match
components/WS2812FX-idf/FX_fcn.cpp:855
Methodselect
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
Methodset
components/FastLED-idf/fastpin.h:62
Methodset
components/FastLED-idf/fastpin.h:188
Methodset
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:40
MethodsetBrightness
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
MethodsetColor
components/WS2812FX-idf/FX_fcn.cpp:351
MethodsetCorrection
components/FastLED-idf/FastLED.cpp:145
MethodsetEffectConfig
components/WS2812FX-idf/FX_fcn.cpp:309
MethodsetInput
components/FastLED-idf/fastpin.h:52
MethodsetInput
components/FastLED-idf/fastpin.h:177
MethodsetInput
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:28
MethodsetOutput
components/FastLED-idf/fastpin.h:51
MethodsetOutput
components/FastLED-idf/fastpin.h:176
MethodsetOutput
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:27
MethodsetParity
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
MethodsetPeriod
components/FastLED-idf/lib8tion.h:1131
MethodsetPin
components/FastLED-idf/fastpin.h:104
MethodsetPixelColor
components/WS2812FX-idf/FX_fcn.cpp:102
MethodsetPixelSegment
After this function is called, setPixelColor() will use that segment (offsets, grouping, ... will apply)
components/WS2812FX-idf/FX_fcn.cpp:528
MethodsetRange
components/WS2812FX-idf/FX_fcn.cpp:539
MethodsetSegment
components/WS2812FX-idf/FX_fcn.cpp:467
FunctionsetSelect
components/FastLED-idf/fastspi_bitbang.h:34
MethodsetSelect
components/FastLED-idf/platforms/esp/32/fastspi_esp32.h:73
MethodsetShowCallback
components/WS2812FX-idf/FX_fcn.cpp:550
MethodsetTemperature
components/FastLED-idf/FastLED.cpp:137
MethodsetTransitionMode
components/WS2812FX-idf/FX_fcn.cpp:555
Functionset_max_power_in_milliwatts
components/FastLED-idf/power_mgt.cpp:169
Functionset_max_power_in_volts_and_milliamps
components/FastLED-idf/power_mgt.cpp:164
Functionset_max_power_indicator_LED
components/FastLED-idf/power_mgt.cpp:159
Functionsfract15ToFloat
sfract15ToFloat: conversion from sfract15 fixed point to IEEE754 32-bit float.
components/FastLED-idf/lib8tion.h:437
Methodshow
show function w/integer brightness, will scale for color correction and temperature
components/FastLED-idf/controller.h:79
Methodshow
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
Methodshow
Update all our controllers with the current led colors
components/FastLED-idf/FastLED.h:512
Methodshow
components/WS2812FX-idf/FX_fcn.cpp:208
MethodshowColor
show function w/integer brightness, will scale for color correction and temperature
components/FastLED-idf/controller.h:84
MethodshowColor
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
MethodshowColor
components/FastLED-idf/FastLED.cpp:88
MethodshowColor
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
MethodshowPixels
components/FastLED-idf/chipsets.h:40
MethodshowPixels
components/FastLED-idf/chipsets.h:104
MethodshowPixels
components/FastLED-idf/chipsets.h:136
MethodshowPixels
components/FastLED-idf/chipsets.h:170
MethodshowPixels
components/FastLED-idf/chipsets.h:236
MethodshowPixels
components/FastLED-idf/chipsets.h:301
MethodshowPixels
components/FastLED-idf/chipsets.h:364
MethodshowPixels
components/FastLED-idf/chipsets.h:422
MethodshowPixels
-- Show pixels This is the main entry point for the controller.
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:558
MethodshowPixels
components/FastLED-idf/platforms/esp/32/clockless_block_esp32.h:30
MethodshowPixels
-- 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
MethodshowPixels
-- Show pixels This is the main entry point for the controller.
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.h:397
MethodshowRGBInternal
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
Functionshow_at_max_brightness_for_power
components/FastLED-idf/power_mgt.cpp:174
Functionsin16_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
Functionsin16_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
Functionsin8_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
Functionsin8_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
Methodsinelon_base
* Sinelon stolen from FASTLED examples */
components/WS2812FX-idf/FX.cpp:2602
Methodsize
How many leds does this controller manage?
components/FastLED-idf/controller.h:118
Methodsize
components/FastLED-idf/controller.h:321
Methodsize
Get the size of this set @return the size of the set
components/FastLED-idf/pixelset.h:41
Functionslowswap
Slow version of the 8 byte by 8 bit rotation
components/FastLED-idf/bitswap.h:146
Methodsport
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:71
Methodspots_base
components/WS2812FX-idf/FX.cpp:2489
Functionsquarewave8
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
MethodstartBoundary
components/FastLED-idf/chipsets.h:159
MethodstartBoundary
components/FastLED-idf/chipsets.h:209
MethodstartBoundary
components/FastLED-idf/chipsets.h:274
MethodstartNext
-- 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
MethodstepAdvanceAndLoadAndScale0
components/FastLED-idf/controller.h:370
Functionstop
stop the SPI output. Pretty much a NOP with software, as there's no registers to kick
components/FastLED-idf/fastspi_bitbang.h:45
Methodstop
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
Methodstrobe
components/FastLED-idf/fastpin.h:57
Methodstrobe
components/FastLED-idf/fastpin.h:182
Methodstrobe
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:45
Functionsub8
subtract one byte from another, 8-bit result
components/FastLED-idf/lib8tion/math8.h:152
Functionsubmod8
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
Functionswapbits8
Do an 8byte by 8bit rotation
components/FastLED-idf/bitswap.h:98
FunctiontemperatureRead
components/FastLED-idf/hal/esp32-hal-misc.c:43
Functiontestabs
components/FastLED-idf/lib8tion.cpp:142
Functiontestmul8
components/FastLED-idf/lib8tion.cpp:152
Functiontestnscale8x3
components/FastLED-idf/lib8tion.cpp:224
Functiontestqadd8
components/FastLED-idf/lib8tion.cpp:207
Functiontestscale8
components/FastLED-idf/lib8tion.cpp:172
Methodtheater_chase
* theater chase function */
components/WS2812FX-idf/FX.cpp:388
Methodtoggle
components/FastLED-idf/fastpin.h:58
Methodtoggle
components/FastLED-idf/fastpin.h:184
Methodtoggle
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:47
← previousnext →601–700 of 740, ranked by callers