Skip to content

show_at_max_brightness_for_power flickering #89

Closed
@atuline

Description

@atuline

I've been using the power managed delay and show functions on my WS2812B's with an UNO.

I find that when I lower the mA value to something I know will have an effect, rather than decreasing in brightness, the LED's start flickering.

I would have expected that FastLED would modify/override the FastLED.setBrightness() value, i.e. an internal setBrightness() or something.

The functions I'm using include:

setup() {
set_max_power_in_volts_and_milliamps(5, 100);
FastLED.setBrightness( BRIGHTNESS );
}

loop () {
show_at_max_brightness_for_power();
delay_at_max_brightness_for_power(loopdelay*2.5);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions