Merge pull request #77 from airgradienthq/develop

Turn all LED on while init
This commit is contained in:
Phat Nguyen
2024-03-07 21:57:16 +07:00
committed by GitHub

View File

@ -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;