Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexGyver/GyverLamp2
/ functions
Functions
1,212 in github.com/AlexGyver/GyverLamp2
⨍
Functions
1,212
◇
Types & classes
211
Method
clear
firmware/GyverLamp2/mString.h:53
Method
clearData
libraries/FastLED-3.4.0/src/FastLED.cpp:115
Method
clearLeds
clear out/zero out the given number of leds.
libraries/FastLED-3.4.0/src/controller.h:76
Method
computeAdjustment
libraries/FastLED-3.4.0/src/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
libraries/FastLED-3.4.0/src/platforms/esp/32/clockless_rmt_esp32.h:389
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
libraries/FastLED-3.4.0/src/lib8tion/trig8.h:120
Function
cos8
Fast 8-bit approximation of cos(x). This approximation never varies more than 2% from the floating point value you'd get by doing float s = (cos(x) *
libraries/FastLED-3.4.0/src/lib8tion/trig8.h:253
Method
count
libraries/FastLED-3.4.0/src/FastLED.cpp:66
Method
countFPS
libraries/FastLED-3.4.0/src/FastLED.cpp:206
Method
cport
libraries/FastLED-3.4.0/src/platforms/esp/32/fastpin_esp32.h:59
Method
cport
there is no GP160 support for this
libraries/FastLED-3.4.0/src/platforms/esp/8266/fastpin_esp8266.h:38
Method
cport
libraries/FastLED-3.4.0/src/platforms/arm/d51/fastpin_arm_d51.h:53
Method
cport
libraries/FastLED-3.4.0/src/platforms/arm/mxrt1062/fastpin_arm_mxrt1062.h:40
Method
cport
libraries/FastLED-3.4.0/src/platforms/arm/k20/fastpin_arm_k20.h:42
Method
cport
gets raw pointer to OUTPUT GPIO port
libraries/FastLED-3.4.0/src/platforms/arm/nrf52/fastpin_arm_nrf52.h:125
Method
cport
libraries/FastLED-3.4.0/src/platforms/arm/kl26/fastpin_arm_kl26.h:42
Method
cport
libraries/FastLED-3.4.0/src/platforms/arm/d21/fastpin_arm_d21.h:53
Method
cport
libraries/FastLED-3.4.0/src/platforms/arm/k66/fastpin_arm_k66.h:42
Method
cport
libraries/FastLED-3.4.0/src/platforms/arm/stm32/fastpin_arm_stm32.h:55
Method
cport
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastpin_arm_sam.h:42
Function
cubicwave8
cubicwave8: cubic waveform generator. Spends visibly more time at the limits than 'sine' does.
libraries/FastLED-3.4.0/src/lib8tion.h:785
Function
delay_at_max_brightness_for_power
libraries/FastLED-3.4.0/src/power_mgt.cpp:180
Function
delaycycles
libraries/FastLED-3.4.0/src/fastled_delay.h:80
Function
delaycycles<-10>
libraries/FastLED-3.4.0/src/fastled_delay.h:108
Function
delaycycles<-1>
libraries/FastLED-3.4.0/src/fastled_delay.h:117
Function
delaycycles<-2>
libraries/FastLED-3.4.0/src/fastled_delay.h:116
Function
delaycycles<-3>
libraries/FastLED-3.4.0/src/fastled_delay.h:115
Function
delaycycles<-4>
libraries/FastLED-3.4.0/src/fastled_delay.h:114
Function
delaycycles<-5>
libraries/FastLED-3.4.0/src/fastled_delay.h:113
Function
delaycycles<-6>
libraries/FastLED-3.4.0/src/fastled_delay.h:112
Function
delaycycles<-7>
libraries/FastLED-3.4.0/src/fastled_delay.h:111
Function
delaycycles<-8>
libraries/FastLED-3.4.0/src/fastled_delay.h:110
Function
delaycycles<-9>
libraries/FastLED-3.4.0/src/fastled_delay.h:109
Function
delaycycles<0>
libraries/FastLED-3.4.0/src/fastled_delay.h:118
Function
delaycycles<1>
libraries/FastLED-3.4.0/src/fastled_delay.h:119
Function
delaycycles<2>
libraries/FastLED-3.4.0/src/fastled_delay.h:120
Function
delaycycles<3>
libraries/FastLED-3.4.0/src/fastled_delay.h:121
Function
delaycycles<4>
libraries/FastLED-3.4.0/src/fastled_delay.h:122
Function
delaycycles<5>
libraries/FastLED-3.4.0/src/fastled_delay.h:123
Function
delaycycles_min1
libraries/FastLED-3.4.0/src/fastled_delay.h:54
Function
dim8_lin
Linear version of the dimming function that halves for values < 128
libraries/FastLED-3.4.0/src/lib8tion/scale8.h:670
Function
dim8_raw
Adjust a scaling value for dimming
libraries/FastLED-3.4.0/src/lib8tion/scale8.h:658
Function
dim8_video
Adjust a scaling value for dimming for video (value will never go below 1)
libraries/FastLED-3.4.0/src/lib8tion/scale8.h:664
Method
disableConfig
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastspi_arm_sam.h:16
Method
disableSPI
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastspi_arm_sam.h:19
Method
disable_pins
libraries/FastLED-3.4.0/src/platforms/avr/fastspi_avr.h:95
Method
disable_pins
libraries/FastLED-3.4.0/src/platforms/avr/fastspi_avr.h:241
Method
disable_pins
libraries/FastLED-3.4.0/src/platforms/avr/fastspi_avr.h:427
Method
disable_pins
Borrowed from the teensy3 SPSR emulation code. We disable the pins that we're using, and restore the state on the pins that we aren't using
libraries/FastLED-3.4.0/src/platforms/arm/k20/fastspi_arm_k20.h:131
Method
disable_pins
Borrowed from the teensy3 SPSR emulation code. We disable the pins that we're using, and restore the state on the pins that we aren't using
libraries/FastLED-3.4.0/src/platforms/arm/k66/fastspi_arm_k66.h:139
Method
dither
libraries/FastLED-3.4.0/src/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
libraries/FastLED-3.4.0/src/platforms/esp/32/clockless_rmt_esp32.cpp:271
Method
dump
libraries/FastLED-3.4.0/src/pixelset.h:79
Function
ease16InOutQuad
ease16InOutQuad: 16-bit quadratic ease-in / ease-out function C implementation at this point
libraries/FastLED-3.4.0/src/lib8tion.h:646
Function
ease8InOutApprox
libraries/FastLED-3.4.0/src/lib8tion.h:692
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. *
libraries/FastLED-3.4.0/src/platforms/esp/32/clockless_i2s_esp32.h:532
Method
enableConfig
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastspi_arm_sam.h:15
Method
enableSPI
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastspi_arm_sam.h:18
Method
enable_dithering
toggle dithering enable
libraries/FastLED-3.4.0/src/controller.h:314
Method
enable_pins
libraries/FastLED-3.4.0/src/platforms/avr/fastspi_avr.h:94
Method
enable_pins
libraries/FastLED-3.4.0/src/platforms/avr/fastspi_avr.h:240
Method
enable_pins
libraries/FastLED-3.4.0/src/platforms/avr/fastspi_avr.h:423
Method
enable_pins
Borrowed from the teensy3 SPSR emulation code -- note, enabling pin 7 disables pin 11 (and vice versa), and likewise enabling pin 14 disables pin 13 (
libraries/FastLED-3.4.0/src/platforms/arm/k20/fastspi_arm_k20.h:105
Method
enable_pins
Borrowed from the teensy3 SPSR emulation code -- note, enabling pin 7 disables pin 11 (and vice versa), and likewise enabling pin 14 disables pin 13 (
libraries/FastLED-3.4.0/src/platforms/arm/k66/fastspi_arm_k66.h:113
Method
end
firmware/GyverLamp2/NTPClient-Gyver.cpp:154
Method
endBoundary
libraries/FastLED-3.4.0/src/chipsets.h:210
Method
endBoundary
libraries/FastLED-3.4.0/src/chipsets.h:274
Function
fadeLightBy
libraries/FastLED-3.4.0/src/colorutils.cpp:184
Function
fadeToBlackBy
libraries/FastLED-3.4.0/src/colorutils.cpp:190
Function
fadeUsingColor
libraries/FastLED-3.4.0/src/colorutils.cpp:212
Function
fade_raw
libraries/FastLED-3.4.0/src/colorutils.cpp:195
Function
fade_video
libraries/FastLED-3.4.0/src/colorutils.cpp:179
Method
fastset
libraries/FastLED-3.4.0/src/fastpin.h:65
Method
fastset
libraries/FastLED-3.4.0/src/fastpin.h:193
Method
fastset
libraries/FastLED-3.4.0/src/platforms/esp/32/fastpin_esp32.h:37
Method
fastset
libraries/FastLED-3.4.0/src/platforms/esp/8266/fastpin_esp8266.h:32
Method
fastset
libraries/FastLED-3.4.0/src/platforms/avr/fastpin_avr.h:35
Method
fastset
libraries/FastLED-3.4.0/src/platforms/apollo3/fastpin_apollo3.h:31
Method
fastset
libraries/FastLED-3.4.0/src/platforms/arm/d51/fastpin_arm_d51.h:47
Method
fastset
libraries/FastLED-3.4.0/src/platforms/arm/mxrt1062/fastpin_arm_mxrt1062.h:34
Method
fastset
libraries/FastLED-3.4.0/src/platforms/arm/k20/fastpin_arm_k20.h:36
Method
fastset
libraries/FastLED-3.4.0/src/platforms/arm/k20/fastpin_arm_k20.h:66
Method
fastset
sets entire port's value (optimization used by FastLED)
libraries/FastLED-3.4.0/src/platforms/arm/nrf52/fastpin_arm_nrf52.h:131
Method
fastset
libraries/FastLED-3.4.0/src/platforms/arm/kl26/fastpin_arm_kl26.h:36
Method
fastset
libraries/FastLED-3.4.0/src/platforms/arm/d21/fastpin_arm_d21.h:47
Method
fastset
libraries/FastLED-3.4.0/src/platforms/arm/k66/fastpin_arm_k66.h:36
Method
fastset
libraries/FastLED-3.4.0/src/platforms/arm/k66/fastpin_arm_k66.h:66
Method
fastset
libraries/FastLED-3.4.0/src/platforms/arm/nrf51/fastpin_arm_nrf51.h:28
Method
fastset
libraries/FastLED-3.4.0/src/platforms/arm/stm32/fastpin_arm_stm32.h:49
Method
fastset
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastpin_arm_sam.h:36
Method
fastset
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastpin_arm_sam.h:67
Method
fillBuffer
Fill DMA buffer * * This is where the real work happens: take a row of pixels (one * from each strip), transpose and encode the bits,
libraries/FastLED-3.4.0/src/platforms/esp/32/clockless_i2s_esp32.h:620
Function
fill_2dnoise16
libraries/FastLED-3.4.0/src/noise.cpp:772
Function
fill_2dnoise8
libraries/FastLED-3.4.0/src/noise.cpp:739
Function
fill_noise16
libraries/FastLED-3.4.0/src/noise.cpp:721
Function
fill_noise8
libraries/FastLED-3.4.0/src/noise.cpp:703
Function
fill_palette
libraries/FastLED-3.4.0/src/colorutils.h:1556
Function
fill_raw_2dnoise16
libraries/FastLED-3.4.0/src/noise.cpp:632
Function
floatToSfract15
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
libraries/FastLED-3.4.0/src/lib8tion.h:441
Method
force
firmware/GyverLamp2/timerMillis.h:24
← previous
next →
301–400 of 1,212, ranked by callers