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:
commit
aa4f0f7517
6 changed files with 16 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue