File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ enum OWS2811 { OCTOWS2811,OCTOWS2811_400 };
74
74
#ifdef FASTLED_HAS_CLOCKLESS
75
75
template <uint8_t DATA_PIN> class NEOPIXEL : public WS2812Controller800Khz <DATA_PIN, GRB> {};
76
76
template <uint8_t DATA_PIN, EOrder RGB_ORDER> class TM1829 : public TM1829Controller800Khz <DATA_PIN, RGB_ORDER> {};
77
+ template <uint8_t DATA_PIN, EOrder RGB_ORDER> class TM1812 : public TM1809Controller800Khz <DATA_PIN, RGB_ORDER> {};
77
78
template <uint8_t DATA_PIN, EOrder RGB_ORDER> class TM1809 : public TM1809Controller800Khz <DATA_PIN, RGB_ORDER> {};
78
79
template <uint8_t DATA_PIN, EOrder RGB_ORDER> class TM1804 : public TM1809Controller800Khz <DATA_PIN, RGB_ORDER> {};
79
80
template <uint8_t DATA_PIN, EOrder RGB_ORDER> class TM1803 : public TM1803Controller400Khz <DATA_PIN, RGB_ORDER> {};
You can’t perform that action at this time.
0 commit comments