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
Function
__cxa_guard_acquire
components/FastLED-idf/FastLED.cpp:258
Function
__cxa_guard_release
components/FastLED-idf/FastLED.cpp:263
Function
__cxa_pure_virtual
components/FastLED-idf/FastLED.cpp:246
Function
__detachInterrupt
components/FastLED-idf/hal/esp32-hal-gpio.c:364
Function
__digitalRead
components/FastLED-idf/hal/esp32-hal-gpio.c:273
Function
__digitalWrite
components/FastLED-idf/hal/esp32-hal-gpio.c:256
Function
__onPinInterrupt
components/FastLED-idf/hal/esp32-hal-gpio.c:285
Function
__pinMode
components/FastLED-idf/hal/esp32-hal-gpio.c:198
Function
__yield
components/FastLED-idf/hal/esp32-hal-misc.c:48
Function
_delaycycles_AVR
components/FastLED-idf/fastled_delay.h:80
Function
_fastfade_cb
main/main.cpp:300
Method
_init
components/FastLED-idf/fastpin.h:40
Method
_init
components/FastLED-idf/fastpin.h:165
Function
add8
add one byte to another, with one byte result
components/FastLED-idf/lib8tion/math8.h:117
Function
add8to16
add one byte to another, with one byte result
components/FastLED-idf/lib8tion/math8.h:132
Function
addmod8
Add two numbers, and calculate the modulo of the sum and a third number, M. In other words, it returns (A+B) % M. It is designed as a compact mechanis
components/FastLED-idf/lib8tion/math8.h:297
Method
adjust
LPD8806 spec wants the high bit of every rgb data byte sent out to be set.
components/FastLED-idf/chipsets.h:87
Method
adjust
components/FastLED-idf/fastspi_types.h:22
Method
advanceAndLoadAndScale
components/FastLED-idf/controller.h:358
Method
advanceAndLoadAndScale0
components/FastLED-idf/controller.h:369
Method
advanceBy
get the amount to advance the pointer by
components/FastLED-idf/controller.h:324
Method
allocateDMABuffer
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:420
Function
app_main
main/main.cpp:405
Function
atexit
components/FastLED-idf/FastLED.cpp:236
Function
avg15
Calculate an integer average of two signed 15-bit integers (int16_t) If the first argument is even, result is rounded down. If the first argument is o
components/FastLED-idf/lib8tion/math8.h:238
Function
avg15_inline_avr_mul
inlined copy of avg15 for AVR with MUL instruction; cloned from math8.h Forcing this inline in the 3-D 16bit noise produces a 12% speedup overall, at
components/FastLED-idf/noise.cpp:34
Function
avg16
Calculate an integer average of two unsigned 16-bit integer values (uint16_t). Fractional results are rounded down, e.g. avg16(20,41) = 30
components/FastLED-idf/lib8tion/math8.h:190
Function
avg8
Calculate an integer average of two unsigned 8-bit integer values (uint8_t). Fractional results are rounded down, e.g. avg8(20,41) = 30
components/FastLED-idf/lib8tion/math8.h:169
Function
blend
components/FastLED-idf/colorutils.cpp:271
Method
blendPixelColor
* Blends the specified color with the existing pixel color. */
components/WS2812FX-idf/FX_fcn.cpp:604
Method
blink
* Blink/strobe function * Alternate between color1 and color2 * if(strobe == true) then create a strobe effect * NOTE: Maybe re-rework without time
components/WS2812FX-idf/FX.cpp:55
Function
blinkLeds_chase
main/main.cpp:375
Function
blinkLeds_chase2
main/main.cpp:183
Function
blinkLeds_interesting
main/main.cpp:268
Function
blinkLeds_simple
main/main.cpp:347
Function
blinkWithFx_allpatterns
main/main.cpp:87
Function
blinkWithFx_test
main/main.cpp:141
Method
blur
* blurs segment content, source: FastLED colorutils.cpp */
components/WS2812FX-idf/FX_fcn.cpp:647
Function
blur2d
components/FastLED-idf/colorutils.cpp:400
Function
brighten8_lin
inverse of the dimming function, brighten a value
components/FastLED-idf/lib8tion/scale8.h:699
Function
brighten8_raw
inverse of the dimming function, brighten a value
components/FastLED-idf/lib8tion/scale8.h:685
Function
brighten8_video
inverse of the dimming function, brighten a value
components/FastLED-idf/lib8tion/scale8.h:692
Function
bseconds16
bseconds16 returns the current time-since-boot in "binary seconds", which are actually 1024/1000 of a second long.
components/FastLED-idf/lib8tion.h:1073
Function
calculate_max_brightness_for_power_vmA
components/FastLED-idf/power_mgt.cpp:80
Method
candle
components/WS2812FX-idf/FX.cpp:2732
Method
cbegin
components/FastLED-idf/pixelset.h:287
Method
cend
components/FastLED-idf/pixelset.h:288
Method
chase
* color chase function. * color1 = background color * color2 and color3 = colors of two adjacent leds */
components/WS2812FX-idf/FX.cpp:699
Method
clear
components/FastLED-idf/FastLED.cpp:108
Method
clearData
components/FastLED-idf/FastLED.cpp:115
Method
clearLeds
clear out/zero out the given number of leds.
components/FastLED-idf/controller.h:76
Method
col_to_crgb
components/WS2812FX-idf/FX_fcn.cpp:720
Method
color_blend
* color blend function - returns color code */
components/WS2812FX-idf/FX_fcn.cpp:570
Method
color_from_palette
* Gets a single color from the currently selected palette. * @param i Palette Index (if mapping is true, the full palette will be SEGLEN long, if fal
components/WS2812FX-idf/FX_fcn.cpp:843
Method
color_wheel
* Put a value 0 to 255 in to get a color value. * The colours are a transition r -> g -> b -> back to r * Inspired by the Adafruit examples. * In F
components/WS2812FX-idf/FX_fcn.cpp:683
Method
color_wipe
* Color wipe function * LEDs are turned on (color1) in sequence, then turned off (color2) in sequence. * if (bool rev == true) then LEDs are turned
components/WS2812FX-idf/FX.cpp:125
Method
computeAdjustment
components/FastLED-idf/controller.h:150
Method
convertAllPixelData
-- Convert all pixels to RMT pulses This function is only used when the user chooses to use the built-in RMT driver, which needs all of the RMT pulses
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.h:413
Function
cos16
Fast 16-bit approximation of cos(x). This approximation never varies more than 0.69% from the floating point value you'd get by doing float s = cos(x
components/FastLED-idf/lib8tion/trig8.h:120
Method
count
components/FastLED-idf/FastLED.cpp:66
Method
countFPS
components/FastLED-idf/FastLED.cpp:206
Method
cport
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:76
Method
crgb_to_col
components/WS2812FX-idf/FX_fcn.cpp:714
Method
deallocateData
components/WS2812FX-idf/FX.h:317
Function
delay
components/FastLED-idf/hal/esp32-hal-misc.c:149
Function
delay_at_max_brightness_for_power
components/FastLED-idf/power_mgt.cpp:180
Function
delaycycles
components/FastLED-idf/fastled_delay.h:95
Function
delaycycles<-10>
components/FastLED-idf/fastled_delay.h:123
Function
delaycycles<-1>
components/FastLED-idf/fastled_delay.h:132
Function
delaycycles<-2>
components/FastLED-idf/fastled_delay.h:131
Function
delaycycles<-3>
components/FastLED-idf/fastled_delay.h:130
Function
delaycycles<-4>
components/FastLED-idf/fastled_delay.h:129
Function
delaycycles<-5>
components/FastLED-idf/fastled_delay.h:128
Function
delaycycles<-6>
components/FastLED-idf/fastled_delay.h:127
Function
delaycycles<-7>
components/FastLED-idf/fastled_delay.h:126
Function
delaycycles<-8>
components/FastLED-idf/fastled_delay.h:125
Function
delaycycles<-9>
components/FastLED-idf/fastled_delay.h:124
Function
delaycycles<0>
components/FastLED-idf/fastled_delay.h:133
Function
delaycycles<1>
components/FastLED-idf/fastled_delay.h:134
Function
delaycycles<2>
components/FastLED-idf/fastled_delay.h:135
Function
delaycycles<3>
components/FastLED-idf/fastled_delay.h:136
Function
delaycycles<4>
components/FastLED-idf/fastled_delay.h:137
Function
delaycycles<5>
components/FastLED-idf/fastled_delay.h:138
Function
delaycycles_min1
components/FastLED-idf/fastled_delay.h:69
Function
dim8_lin
Linear version of the dimming function that halves for values < 128
components/FastLED-idf/lib8tion/scale8.h:673
Function
dim8_raw
Adjust a scaling value for dimming
components/FastLED-idf/lib8tion/scale8.h:661
Function
dim8_video
Adjust a scaling value for dimming for video (value will never go below 1)
components/FastLED-idf/lib8tion/scale8.h:667
Function
disableCore0WDT
components/FastLED-idf/hal/esp32-hal-misc.c:96
Function
disableCore1WDT
components/FastLED-idf/hal/esp32-hal-misc.c:111
Function
disableLoopWDT
components/FastLED-idf/hal/esp32-hal-misc.c:72
Method
dissolve
* Dissolve function */
components/WS2812FX-idf/FX.cpp:511
Method
dither
components/FastLED-idf/controller.h:346
Method
doneOnChannel
-- A controller is done This function is called when a controller finishes writing its data. It is called either by the custom interrupt handler (belo
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.cpp:493
Method
doneOnRMTChannel
In the case of the build-in driver, they specify the RMT channel so we use the arg instead
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.cpp:482
Method
dump
components/FastLED-idf/pixelset.h:80
Function
ease16InOutQuad
ease16InOutQuad: 16-bit quadratic ease-in / ease-out function C implementation at this point
components/FastLED-idf/lib8tion.h:651
Function
ease8InOutApprox
components/FastLED-idf/lib8tion.h:697
Method
empty
Clear DMA buffer * * Yves' clever trick: initialize the bits that we know must be 0 * or 1 regardless of what bit they encode. *
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:543
Function
enableCore0WDT
components/FastLED-idf/hal/esp32-hal-misc.c:89
Function
enableCore1WDT
components/FastLED-idf/hal/esp32-hal-misc.c:104
← previous
next →
201–300 of 740, ranked by callers