Loading...
Searching...
No Matches
- Member APA102Controller< DATA_PIN, CLOCK_PIN, RGB_ORDER, SPI_SPEED, GAMMA_CORRECTION_MODE, START_FRAME, END_FRAME >::getPaddingByte ()
- Use getPaddingLEDFrame() for synchronized latching
- File bitswap.h
- This header is maintained for backwards compatibility. New code should use fl/transposition.h directly.
- File controller.h
- This header is deprecated. Use cpixel_ledcontroller.h directly for LED controller definitions and pixel control functionality.
- Member delay_at_max_brightness_for_power (fl::u16 ms)
- This is now a part of CFastLED::delay()
- Member encodeWS2801 (InputIterator first, InputIterator last, OutputIterator out)
- Use the input iterator version in ws2801.h instead: auto pixel_range = makeScaledPixelRangeRGB(&pixelIterator); auto out = fl::back_inserter(buffer); encodeWS2801(pixel_range.first, pixel_range.second, out);
- Member ESPIChipsets
- Use fl::SpiChipset enum class instead for type safety
- File fastled_delay.h
- Use fl/system/delay.h for new code
- Namespace fl
- This function is now optional - async loggers are automatically serviced by fl::task system when using fl::delay() Call this from your main loop() if using enableBackgroundFlush() This function is lightweight - returns immediately if no flush needed
- Member fl::audio::detector::EqualizerDetector::getAutoGain () const
- Use getVolumeNormFactor() instead
- Member fl::Channel::Channel (int pin, const ChipsetTimingConfig &timing, fl::span< CRGB > leds, EOrder rgbOrder, const ChannelOptions &options)
- Use variant-based constructor instead
- Member fl::Channel::getTiming () const
- Use getChipset() instead
- Member fl::ChannelConfig::ChannelConfig (int pin, fl::span< CRGB > leds, EOrder rgbOrder=RGB, const ChannelOptions &options=ChannelOptions()) FL_NOEXCEPT
- Use ClocklessChipset constructor instead
- Member fl::ChannelConfig::ChannelConfig (int pin, const ChipsetTimingConfig &timing, fl::span< CRGB > leds, EOrder rgbOrder=RGB, const ChannelOptions &options=ChannelOptions()) FL_NOEXCEPT
- Use ClocklessChipset constructor instead
- Member fl::ChannelData::ChannelData (int pin, const ChipsetTimingConfig &timing, fl::vector_psram< u8 > &&encodedData) FL_NOEXCEPT
- Use variant-based constructor
- Member fl::ChannelData::create (int pin, const ChipsetTimingConfig &timing, fl::vector_psram< u8 > &&encodedData=fl::vector_psram< u8 >()) FL_NOEXCEPT
- Use variant-based create() instead
- Member fl::ChannelData::getTiming () const FL_NOEXCEPT
- Use getChipset() instead
- Member fl::map16_to_32 (u16 x) FL_NOEXCEPT
- Use int_scale<uint16_t, uint32_t>() instead
- Member fl::map16_to_8 (u16 x) FL_NOEXCEPT
- Use int_scale<uint16_t, uint8_t>() instead
- Member fl::map32_to_16 (u32 x) FL_NOEXCEPT
- Use int_scale<uint32_t, uint16_t>() instead
- Member fl::map32_to_8 (u32 x) FL_NOEXCEPT
- Use int_scale<uint32_t, uint8_t>() instead
- Member fl::map8_to_16 (u8 x) FL_NOEXCEPT
- Use int_scale<uint8_t, uint16_t>() instead
- Member fl::map8_to_32 (u8 x) FL_NOEXCEPT
- Use int_scale<uint8_t, uint32_t>() instead
- Member fl::net::http::fetch_update ()
- Use fl::task::run() instead - this calls task::run() internally
- Member set_max_power_in_milliwatts (fl::u32 powerInmW)
- Use CFastLED::setMaxPowerInMilliWatts
- Member set_max_power_in_volts_and_milliamps (fl::u8 volts, fl::u32 milliamps)
- Use CFastLED::setMaxPowerInVoltsAndMilliamps()
- Member show_at_max_brightness_for_power ()
- This is now a part of CFastLED::show()
- File transpose8x1_noinline.h
- This header is maintained for backwards compatibility. New code should use fl/transposition.h directly.