From 33eb26641fdad63745a644776e651b19a14d147e Mon Sep 17 00:00:00 2001 From: gcdinsmore Date: Sat, 25 Jan 2025 11:09:58 -0800 Subject: [PATCH] resolves #871 UCS2904 NeoPixels Color Feature --- src/internal/NeoColorFeatures.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/internal/NeoColorFeatures.h b/src/internal/NeoColorFeatures.h index 5175372f..ae37dcf7 100644 --- a/src/internal/NeoColorFeatures.h +++ b/src/internal/NeoColorFeatures.h @@ -69,6 +69,7 @@ License along with NeoPixel. If not, see typedef NeoRgb48Feature NeoRgbUcs8903Feature; typedef NeoRgbw64Feature NeoRgbwUcs8904Feature; +typedef NeoRgbwFeature NeoRgbwUcs2904Feature; typedef NeoGrb48Feature NeoGrbWs2816Feature; // DotStart Features