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

Add ledstrip_brightness to control LED strip brightness by percentage

This commit is contained in:
Steve Evans 2021-09-19 14:39:17 +01:00
parent a1c6cda572
commit fe12e356b9
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);