1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Merge pull request #10972 from SteveCEvans/ledstrip_dim

Add ledstrip_brightness to control LED strip brightness by percentage
This commit is contained in:
ctzsnooze 2021-12-20 10:30:59 +11:00 committed by GitHub
commit aa4f0f7517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 9 deletions

View file

@ -311,7 +311,7 @@ void ws2811LedStripInit(ioTag_t ioTag) {
UNUSED(ioTag);
}
void ws2811UpdateStrip(ledStripFormatRGB_e) {}
void ws2811UpdateStrip(ledStripFormatRGB_e, uint8_t) {}
void setLedValue(uint16_t index, const uint8_t value) {
UNUSED(index);