mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Revert "Revert "Betaflight led strip resubmit""
This reverts commit 63c7ae18ff
.
This commit is contained in:
parent
0ae5d9734e
commit
ddf1f80b48
14 changed files with 1136 additions and 830 deletions
|
@ -105,6 +105,7 @@ void ws2811LedStripHardwareInit(void)
|
|||
|
||||
DMA_ITConfig(DMA1_Channel6, DMA_IT_TC, ENABLE);
|
||||
|
||||
const hsvColor_t hsv_white = { 0, 255, 255};
|
||||
ws2811Initialised = true;
|
||||
setStripColor(&hsv_white);
|
||||
ws2811UpdateStrip();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue