char lcd
This commit is contained in:
@@ -57,6 +57,8 @@ void init_leds() {
|
||||
|
||||
/// Create the LED strip object
|
||||
ESP_ERROR_CHECK(led_strip_new_rmt_device(&strip_config, &rmt_config, &led_strip));
|
||||
|
||||
ESP_ERROR_CHECK(led_strip_clear(led_strip));
|
||||
}
|
||||
|
||||
void LEDController::set_led(uint32_t led, uint32_t color) {
|
||||
|
||||
Reference in New Issue
Block a user