Skip to content

Commit ea80c1e

Browse files
committed
Swap WW & CW
1 parent d234b4b commit ea80c1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wled00/bus_wrapper.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,10 @@
286286
#define B_32_I1_TM1914_3 NeoPixelBusLg<NeoGrbTm1914Feature, NeoEsp32I2s1Tm1914Method, NeoGammaNullMethod>
287287
#define B_32_I1_TM1914_3P NeoPixelBusLg<NeoGrbTm1914Feature, NeoEsp32I2s1X8Tm1914Method, NeoGammaNullMethod> // parallel I2S
288288
//Sm16825 (RGBWC)
289-
#define B_32_RN_SM16825_5 NeoPixelBusLg<NeoRgbwcSm16825eFeature, NeoEsp32RmtNWs2812xMethod, NeoGammaNullMethod>
290-
#define B_32_I0_SM16825_5 NeoPixelBusLg<NeoRgbwcSm16825eFeature, NeoEsp32I2s0Ws2812xMethod, NeoGammaNullMethod>
291-
#define B_32_I1_SM16825_5 NeoPixelBusLg<NeoRgbwcSm16825eFeature, NeoEsp32I2s1Ws2812xMethod, NeoGammaNullMethod>
292-
#define B_32_I1_SM16825_5P NeoPixelBusLg<NeoRgbwcSm16825eFeature, NeoEsp32I2s1X8Ws2812xMethod, NeoGammaNullMethod> // parallel I2S
289+
#define B_32_RN_SM16825_5 NeoPixelBusLg<NeoRgbcwSm16825eFeature, NeoEsp32RmtNWs2812xMethod, NeoGammaNullMethod>
290+
#define B_32_I0_SM16825_5 NeoPixelBusLg<NeoRgbcwSm16825eFeature, NeoEsp32I2s0Ws2812xMethod, NeoGammaNullMethod>
291+
#define B_32_I1_SM16825_5 NeoPixelBusLg<NeoRgbcwSm16825eFeature, NeoEsp32I2s1Ws2812xMethod, NeoGammaNullMethod>
292+
#define B_32_I1_SM16825_5P NeoPixelBusLg<NeoRgbcwSm16825eFeature, NeoEsp32I2s1X8Ws2812xMethod, NeoGammaNullMethod> // parallel I2S
293293
#endif
294294

295295
//APA102

0 commit comments

Comments
 (0)