8000 Add support for RGB LEDs as status pixels · Issue #1382 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content
Add support for RGB LEDs as status pixels #1382
Closed
@tannewt

Description

@tannewt

These LEDs have three pins connected to the microcontroller, one for each color. They can be adjusted in color by PWMing each pin. The code would be added here: https://github.com/adafruit/circuitpython/blob/master/supervisor/shared/rgb_led_status.c#L57

It should use the PWMOut common hal APIs so that it works across ports. An API to never reset the PWM outs will needed to be added in addition to allowing the pins to be used by user code.

This is needed for status neopixel on the MakerDiary boards, Particle boards and the Nordic Dongle dev board.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0