mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-15 08:56:34 +02:00
Turn all LED on while init
This commit is contained in:
@ -35,6 +35,7 @@ void LedBar::begin(void) {
|
||||
this->_bsp->LED.rgbNum, this->_bsp->LED.pin, NEO_GRB + NEO_KHZ800);
|
||||
pixel()->begin();
|
||||
pixel()->clear();
|
||||
pixel()->show();
|
||||
|
||||
this->_isBegin = true;
|
||||
|
||||
|
Reference in New Issue
Block a user