MCPcopy Create free account

hub / github.com/AlexGyver/GyverLamp2 / functions

Functions1,212 in github.com/AlexGyver/GyverLamp2

Methodclear
firmware/GyverLamp2/mString.h:53
MethodclearData
libraries/FastLED-3.4.0/src/FastLED.cpp:115
MethodclearLeds
clear out/zero out the given number of leds.
libraries/FastLED-3.4.0/src/controller.h:76
MethodcomputeAdjustment
libraries/FastLED-3.4.0/src/controller.h:150
MethodconvertAllPixelData
-- 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
Functioncos16
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
Functioncos8
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
Methodcount
libraries/FastLED-3.4.0/src/FastLED.cpp:66
MethodcountFPS
libraries/FastLED-3.4.0/src/FastLED.cpp:206
Methodcport
libraries/FastLED-3.4.0/src/platforms/esp/32/fastpin_esp32.h:59
Methodcport
there is no GP160 support for this
libraries/FastLED-3.4.0/src/platforms/esp/8266/fastpin_esp8266.h:38
Methodcport
libraries/FastLED-3.4.0/src/platforms/arm/d51/fastpin_arm_d51.h:53
Methodcport
libraries/FastLED-3.4.0/src/platforms/arm/mxrt1062/fastpin_arm_mxrt1062.h:40
Methodcport
libraries/FastLED-3.4.0/src/platforms/arm/k20/fastpin_arm_k20.h:42
Methodcport
gets raw pointer to OUTPUT GPIO port
libraries/FastLED-3.4.0/src/platforms/arm/nrf52/fastpin_arm_nrf52.h:125
Methodcport
libraries/FastLED-3.4.0/src/platforms/arm/kl26/fastpin_arm_kl26.h:42
Methodcport
libraries/FastLED-3.4.0/src/platforms/arm/d21/fastpin_arm_d21.h:53
Methodcport
libraries/FastLED-3.4.0/src/platforms/arm/k66/fastpin_arm_k66.h:42
Methodcport
libraries/FastLED-3.4.0/src/platforms/arm/stm32/fastpin_arm_stm32.h:55
Methodcport
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastpin_arm_sam.h:42
Functioncubicwave8
cubicwave8: cubic waveform generator. Spends visibly more time at the limits than 'sine' does.
libraries/FastLED-3.4.0/src/lib8tion.h:785
Functiondelay_at_max_brightness_for_power
libraries/FastLED-3.4.0/src/power_mgt.cpp:180
Functiondelaycycles
libraries/FastLED-3.4.0/src/fastled_delay.h:80
Functiondelaycycles<-10>
libraries/FastLED-3.4.0/src/fastled_delay.h:108
Functiondelaycycles<-1>
libraries/FastLED-3.4.0/src/fastled_delay.h:117
Functiondelaycycles<-2>
libraries/FastLED-3.4.0/src/fastled_delay.h:116
Functiondelaycycles<-3>
libraries/FastLED-3.4.0/src/fastled_delay.h:115
Functiondelaycycles<-4>
libraries/FastLED-3.4.0/src/fastled_delay.h:114
Functiondelaycycles<-5>
libraries/FastLED-3.4.0/src/fastled_delay.h:113
Functiondelaycycles<-6>
libraries/FastLED-3.4.0/src/fastled_delay.h:112
Functiondelaycycles<-7>
libraries/FastLED-3.4.0/src/fastled_delay.h:111
Functiondelaycycles<-8>
libraries/FastLED-3.4.0/src/fastled_delay.h:110
Functiondelaycycles<-9>
libraries/FastLED-3.4.0/src/fastled_delay.h:109
Functiondelaycycles<0>
libraries/FastLED-3.4.0/src/fastled_delay.h:118
Functiondelaycycles<1>
libraries/FastLED-3.4.0/src/fastled_delay.h:119
Functiondelaycycles<2>
libraries/FastLED-3.4.0/src/fastled_delay.h:120
Functiondelaycycles<3>
libraries/FastLED-3.4.0/src/fastled_delay.h:121
Functiondelaycycles<4>
libraries/FastLED-3.4.0/src/fastled_delay.h:122
Functiondelaycycles<5>
libraries/FastLED-3.4.0/src/fastled_delay.h:123
Functiondelaycycles_min1
libraries/FastLED-3.4.0/src/fastled_delay.h:54
Functiondim8_lin
Linear version of the dimming function that halves for values < 128
libraries/FastLED-3.4.0/src/lib8tion/scale8.h:670
Functiondim8_raw
Adjust a scaling value for dimming
libraries/FastLED-3.4.0/src/lib8tion/scale8.h:658
Functiondim8_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
MethoddisableConfig
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastspi_arm_sam.h:16
MethoddisableSPI
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastspi_arm_sam.h:19
Methoddisable_pins
libraries/FastLED-3.4.0/src/platforms/avr/fastspi_avr.h:95
Methoddisable_pins
libraries/FastLED-3.4.0/src/platforms/avr/fastspi_avr.h:241
Methoddisable_pins
libraries/FastLED-3.4.0/src/platforms/avr/fastspi_avr.h:427
Methoddisable_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
Methoddisable_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
Methoddither
libraries/FastLED-3.4.0/src/controller.h:346
MethoddoneOnChannel
-- 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
Methoddump
libraries/FastLED-3.4.0/src/pixelset.h:79
Functionease16InOutQuad
ease16InOutQuad: 16-bit quadratic ease-in / ease-out function C implementation at this point
libraries/FastLED-3.4.0/src/lib8tion.h:646
Functionease8InOutApprox
libraries/FastLED-3.4.0/src/lib8tion.h:692
Methodempty
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
MethodenableConfig
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastspi_arm_sam.h:15
MethodenableSPI
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastspi_arm_sam.h:18
Methodenable_dithering
toggle dithering enable
libraries/FastLED-3.4.0/src/controller.h:314
Methodenable_pins
libraries/FastLED-3.4.0/src/platforms/avr/fastspi_avr.h:94
Methodenable_pins
libraries/FastLED-3.4.0/src/platforms/avr/fastspi_avr.h:240
Methodenable_pins
libraries/FastLED-3.4.0/src/platforms/avr/fastspi_avr.h:423
Methodenable_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
Methodenable_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
Methodend
firmware/GyverLamp2/NTPClient-Gyver.cpp:154
MethodendBoundary
libraries/FastLED-3.4.0/src/chipsets.h:210
MethodendBoundary
libraries/FastLED-3.4.0/src/chipsets.h:274
FunctionfadeLightBy
libraries/FastLED-3.4.0/src/colorutils.cpp:184
FunctionfadeToBlackBy
libraries/FastLED-3.4.0/src/colorutils.cpp:190
FunctionfadeUsingColor
libraries/FastLED-3.4.0/src/colorutils.cpp:212
Functionfade_raw
libraries/FastLED-3.4.0/src/colorutils.cpp:195
Functionfade_video
libraries/FastLED-3.4.0/src/colorutils.cpp:179
Methodfastset
libraries/FastLED-3.4.0/src/fastpin.h:65
Methodfastset
libraries/FastLED-3.4.0/src/fastpin.h:193
Methodfastset
libraries/FastLED-3.4.0/src/platforms/esp/32/fastpin_esp32.h:37
Methodfastset
libraries/FastLED-3.4.0/src/platforms/esp/8266/fastpin_esp8266.h:32
Methodfastset
libraries/FastLED-3.4.0/src/platforms/avr/fastpin_avr.h:35
Methodfastset
libraries/FastLED-3.4.0/src/platforms/apollo3/fastpin_apollo3.h:31
Methodfastset
libraries/FastLED-3.4.0/src/platforms/arm/d51/fastpin_arm_d51.h:47
Methodfastset
libraries/FastLED-3.4.0/src/platforms/arm/mxrt1062/fastpin_arm_mxrt1062.h:34
Methodfastset
libraries/FastLED-3.4.0/src/platforms/arm/k20/fastpin_arm_k20.h:36
Methodfastset
libraries/FastLED-3.4.0/src/platforms/arm/k20/fastpin_arm_k20.h:66
Methodfastset
sets entire port's value (optimization used by FastLED)
libraries/FastLED-3.4.0/src/platforms/arm/nrf52/fastpin_arm_nrf52.h:131
Methodfastset
libraries/FastLED-3.4.0/src/platforms/arm/kl26/fastpin_arm_kl26.h:36
Methodfastset
libraries/FastLED-3.4.0/src/platforms/arm/d21/fastpin_arm_d21.h:47
Methodfastset
libraries/FastLED-3.4.0/src/platforms/arm/k66/fastpin_arm_k66.h:36
Methodfastset
libraries/FastLED-3.4.0/src/platforms/arm/k66/fastpin_arm_k66.h:66
Methodfastset
libraries/FastLED-3.4.0/src/platforms/arm/nrf51/fastpin_arm_nrf51.h:28
Methodfastset
libraries/FastLED-3.4.0/src/platforms/arm/stm32/fastpin_arm_stm32.h:49
Methodfastset
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastpin_arm_sam.h:36
Methodfastset
libraries/FastLED-3.4.0/src/platforms/arm/sam/fastpin_arm_sam.h:67
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,
libraries/FastLED-3.4.0/src/platforms/esp/32/clockless_i2s_esp32.h:620
Functionfill_2dnoise16
libraries/FastLED-3.4.0/src/noise.cpp:772
Functionfill_2dnoise8
libraries/FastLED-3.4.0/src/noise.cpp:739
Functionfill_noise16
libraries/FastLED-3.4.0/src/noise.cpp:721
Functionfill_noise8
libraries/FastLED-3.4.0/src/noise.cpp:703
Functionfill_palette
libraries/FastLED-3.4.0/src/colorutils.h:1556
Functionfill_raw_2dnoise16
libraries/FastLED-3.4.0/src/noise.cpp:632
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
libraries/FastLED-3.4.0/src/lib8tion.h:441
Methodforce
firmware/GyverLamp2/timerMillis.h:24
← previousnext →301–400 of 1,212, ranked by callers