MCPcopy Create free account

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

Functions740 in github.com/bbulkow/FastLED-idf

FunctionenableLoopWDT
components/FastLED-idf/hal/esp32-hal-misc.c:62
Methodenable_dithering
toggle dithering enable
components/FastLED-idf/controller.h:314
MethodendBoundary
components/FastLED-idf/chipsets.h:210
MethodendBoundary
components/FastLED-idf/chipsets.h:275
FunctionfadeLightBy
components/FastLED-idf/colorutils.cpp:184
FunctionfadeToBlackBy
components/FastLED-idf/colorutils.cpp:190
FunctionfadeUsingColor
components/FastLED-idf/colorutils.cpp:212
Methodfade_out
* fade out function, higher rate = quicker fade */
components/WS2812FX-idf/FX_fcn.cpp:612
Functionfade_raw
components/FastLED-idf/colorutils.cpp:195
Functionfade_video
components/FastLED-idf/colorutils.cpp:179
Functionfastfade
main/main.cpp:318
Methodfastset
components/FastLED-idf/fastpin.h:64
Methodfastset
components/FastLED-idf/fastpin.h:190
Methodfastset
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:54
FunctionfeedLoopWDT
components/FastLED-idf/hal/esp32-hal-misc.c:81
Methodfill
* Fills segment with color */
components/WS2812FX-idf/FX_fcn.cpp:595
MethodfillBuffer
Fill DMA buffer * * This is where the real work happens: take a row of pixels (one * from each strip), transpose and encode the bits,
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:631
Functionfill_2dnoise16
components/FastLED-idf/noise.cpp:769
Functionfill_2dnoise8
components/FastLED-idf/noise.cpp:736
Functionfill_noise16
components/FastLED-idf/noise.cpp:718
Functionfill_noise8
components/FastLED-idf/noise.cpp:700
Functionfill_palette
components/FastLED-idf/colorutils.h:1617
Functionfill_raw_2dnoise16
components/FastLED-idf/noise.cpp:629
FunctionfloatToSfract15
conversion from IEEE754 float in the range (-1,1) to 16-bit fixed point. Note that the extremes of one and negative one are NOT representable. The r
components/FastLED-idf/lib8tion.h:446
Methodgamma32
components/WS2812FX-idf/FX_fcn.cpp:896
Methodgamma8
components/WS2812FX-idf/FX_fcn.cpp:891
MethodgetAdjustment
Get the combined brightness/color adjustment for this controller
components/FastLED-idf/controller.h:146
MethodgetBrightness
Get the current global brightness setting @returns the current global brightness value
components/FastLED-idf/FastLED.h:496
MethodgetBrightness
components/WS2812FX-idf/FX_fcn.cpp:393
MethodgetColor
components/WS2812FX-idf/FX_fcn.cpp:424
FunctiongetColorCode
This entire library runs on color code, and instead of tranlating everything to CRGB, we'll be translating in and out a lot. Hopefully we have a lot o
components/WS2812FX-idf/FX.cpp:35
MethodgetCorrection
get the correction value used by this controller
components/FastLED-idf/controller.h:136
MethodgetElapsed
components/FastLED-idf/lib8tion.h:1134
MethodgetFPS
Get the number of frames/second being written out @returns the most recently computed FPS value
components/FastLED-idf/FastLED.h:568
MethodgetLastShow
components/WS2812FX-idf/FX_fcn.cpp:457
MethodgetLastTriggerTime
components/FastLED-idf/lib8tion.h:1136
MethodgetLuma
Get the 'luma' of a CRGB object - aka roughly how much light the CRGB pixel is putting out (from 0 to 255).
components/FastLED-idf/pixeltypes.h:463
MethodgetMainSegmentId
components/WS2812FX-idf/FX_fcn.cpp:414
MethodgetMaxCyclesPerFill
-- Get max cycles per fill
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.h:244
MethodgetMaxRefreshRate
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:238
MethodgetMaxRefreshRate
components/FastLED-idf/platforms/esp/32/clockless_block_esp32.h:71
MethodgetMaxRefreshRate
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.h:342
MethodgetMaxSegments
components/WS2812FX-idf/FX_fcn.cpp:397
MethodgetMode
components/WS2812FX-idf/FX_fcn.cpp:385
MethodgetModeCount
components/WS2812FX-idf/FX_fcn.cpp:296
MethodgetPaletteCount
components/WS2812FX-idf/FX_fcn.cpp:301
MethodgetParity
getParity returns 0 or 1, depending on the lowest bit of the sum of the color components.
components/FastLED-idf/pixeltypes.h:529
MethodgetPeriod
components/FastLED-idf/lib8tion.h:1133
MethodgetPixelColor
components/WS2812FX-idf/FX_fcn.cpp:428
MethodgetRemaining
components/FastLED-idf/lib8tion.h:1135
MethodgetSegmentRuntime
components/WS2812FX-idf/FX_fcn.cpp:449
MethodgetSpeed
components/WS2812FX-idf/FX_fcn.cpp:389
MethodgetTemperature
get the color temperature, aka whipe point, for this controller
components/FastLED-idf/controller.h:143
MethodgetTime
components/FastLED-idf/lib8tion.h:1132
Functionget_millisecond_timer
components/FastLED-idf/lib8tion.h:929
Methodget_random_wheel_index
* Returns a new, random wheel index with a minimum distance of 42 from pos. */
components/WS2812FX-idf/FX_fcn.cpp:701
Methodgetd
components/FastLED-idf/controller.h:362
Methodgetscale
components/FastLED-idf/controller.h:363
Methodgradient_base
* Gradient run base function */
components/WS2812FX-idf/FX.cpp:1191
Methodhandle_palette
* FastLED palette modes helper function. Limitation: Due to memory reasons, multiple active segments with FastLED will disable the Palette transitions
components/WS2812FX-idf/FX_fcn.cpp:742
MethodhasPort
components/FastLED-idf/fastpin.h:246
Methodhead
get the first led controller in the chain of controllers
components/FastLED-idf/controller.h:99
Methodhi
components/FastLED-idf/fastpin.h:179
Methodhi
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:30
Methodhival
components/FastLED-idf/fastpin.h:66
Methodhival
components/FastLED-idf/fastpin.h:192
Methodhival
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:56
Functionhours8
Return the current hours since boot in an 8-bit value. Used as part of the "every N time-periods" mechanism
components/FastLED-idf/lib8tion.h:1029
Functionhsv2rgb_spectrum
components/FastLED-idf/hsv2rgb.cpp:256
Methodi2sInit
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:440
Methodi2sReset
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:750
Methodi2sReset_DMA
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:762
Methodi2sReset_FIFO
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:768
Methodi2sStart
Start I2S transmission */
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:726
Methodi2sStop
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:774
Functioninit
components/FastLED-idf/fastspi_bitbang.h:36
Methodinit
components/FastLED-idf/chipsets.h:98
Methodinit
components/FastLED-idf/chipsets.h:129
Methodinit
components/FastLED-idf/chipsets.h:164
Methodinit
components/FastLED-idf/chipsets.h:230
Methodinit
components/FastLED-idf/chipsets.h:295
Methodinit
components/FastLED-idf/chipsets.h:358
Methodinit
components/FastLED-idf/chipsets.h:416
Methodinit
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:212
Methodinit
components/FastLED-idf/platforms/esp/32/clockless_block_esp32.h:58
Methodinit
-- Initialize RMT subsystem This only needs to be done once
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.cpp:258
Methodinit
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.h:337
Methodinit
components/FastLED-idf/platforms/esp/32/fastspi_esp32.h:75
MethodinitBitPatterns
Compute pules/bit patterns * * This is Yves Bazin's mad code for computing the pulse pattern * and clock timing given the target sign
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:267
MethodinitOffsets
components/FastLED-idf/controller.h:202
MethodinitPin
components/FastLED-idf/platforms/esp/32/clockless_block_esp32.h:51
Methodinit_binary_dithering
components/FastLED-idf/controller.h:229
MethodinterruptHandler
-- Custom interrupt handler
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:610
MethodinterruptHandler
-- Custom interrupt handler This interrupt handler handles two cases: a controller is done writing its data, or a controller needs to fill the next ha
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.cpp:526
MethodisSelected
components/FastLED-idf/fastpin.h:73
Methodisset
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:83
Methodlarson_scanner
components/WS2812FX-idf/FX.cpp:1048
Methodleds
Pointer to the CRGB array for this controller
components/FastLED-idf/controller.h:121
Functionlerp15by12
components/FastLED-idf/noise.cpp:249
Functionlerp15by16
linear interpolation between two signed 15-bit values, with 8-bit fraction
components/FastLED-idf/lib8tion.h:557
← previousnext →301–400 of 740, ranked by callers