Skip to content

Commit

Permalink
cleanup and version (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Makuna authored Feb 3, 2023
1 parent e0d7f6e commit 2a41ec1
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 42 deletions.
56 changes: 56 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,62 @@ NeoEsp32I2s1Tm1829InvertedMethod KEYWORD1
NeoEsp32I2s1800KbpsInvertedMethod KEYWORD1
NeoEsp32I2s1400KbpsInvertedMethod KEYWORD1
NeoEsp32I2s1Apa106InvertedMethod KEYWORD1
NeoEsp32I2s0X8Ws2812xMethod KEYWORD1
NeoEsp32I2s0X8800KbpsMethod KEYWORD1
NeoEsp32I2s0X8400KbpsMethod KEYWORD1
NeoEsp32I2s0X8Ws2813Method KEYWORD1
NeoEsp32I2s0X8Ws2812dMethod KEYWORD1
NeoEsp32I2s0X8Ws2811Method KEYWORD1
NeoEsp32I2s0X8Ws2816Method KEYWORD1
NeoEsp32I2s0X8Ws2812Method KEYWORD1
NeoEsp32I2s0X8Sk6812Method KEYWORD1
NeoEsp32I2s0X8Tm1814Method KEYWORD1
NeoEsp32I2s0X8Tm1829Method KEYWORD1
NeoEsp32I2s0X8Tm1914Method KEYWORD1
NeoEsp32I2s0X8Lc8812Method KEYWORD1
NeoEsp32I2s0X8Apa106Method KEYWORD1
NeoEsp32I2s0X16Ws2812xMethod KEYWORD1
NeoEsp32I2s0X16800KbpsMethod KEYWORD1
NeoEsp32I2s0X16400KbpsMethod KEYWORD1
NeoEsp32I2s0X16Ws2813Method KEYWORD1
NeoEsp32I2s0X16Ws2812dMethod KEYWORD1
NeoEsp32I2s0X16Ws2811Method KEYWORD1
NeoEsp32I2s0X16Ws2816Method KEYWORD1
NeoEsp32I2s0X16Ws2812Method KEYWORD1
NeoEsp32I2s0X16Sk6812Method KEYWORD1
NeoEsp32I2s0X16Tm1814Method KEYWORD1
NeoEsp32I2s0X16Tm1829Method KEYWORD1
NeoEsp32I2s0X16Tm1914Method KEYWORD1
NeoEsp32I2s0X16Lc8812Method KEYWORD1
NeoEsp32I2s0X16Apa106Method KEYWORD1
NeoEsp32I2s1X8Ws2812xMethod KEYWORD1
NeoEsp32I2s1X8800KbpsMethod KEYWORD1
NeoEsp32I2s1X8400KbpsMethod KEYWORD1
NeoEsp32I2s1X8Ws2813Method KEYWORD1
NeoEsp32I2s1X8Ws2812dMethod KEYWORD1
NeoEsp32I2s1X8Ws2811Method KEYWORD1
NeoEsp32I2s1X8Ws2816Method KEYWORD1
NeoEsp32I2s1X8Ws2812Method KEYWORD1
NeoEsp32I2s1X8Sk6812Method KEYWORD1
NeoEsp32I2s1X8Tm1814Method KEYWORD1
NeoEsp32I2s1X8Tm1829Method KEYWORD1
NeoEsp32I2s1X8Tm1914Method KEYWORD1
NeoEsp32I2s1X8Lc8812Method KEYWORD1
NeoEsp32I2s1X8Apa106Method KEYWORD1
NeoEsp32I2s1X16Ws2812xMethod KEYWORD1
NeoEsp32I2s1X16800KbpsMethod KEYWORD1
NeoEsp32I2s1X16400KbpsMethod KEYWORD1
NeoEsp32I2s1X16Ws2813Method KEYWORD1
NeoEsp32I2s1X16Ws2812dMethod KEYWORD1
NeoEsp32I2s1X16Ws2811Method KEYWORD1
NeoEsp32I2s1X16Ws2816Method KEYWORD1
NeoEsp32I2s1X16Ws2812Method KEYWORD1
NeoEsp32I2s1X16Sk6812Method KEYWORD1
NeoEsp32I2s1X16Tm1814Method KEYWORD1
NeoEsp32I2s1X16Tm1829Method KEYWORD1
NeoEsp32I2s1X16Tm1914Method KEYWORD1
NeoEsp32I2s1X16Lc8812Method KEYWORD1
NeoEsp32I2s1X16Apa106Method KEYWORD1
NeoEsp32RmtNWs2811Method KEYWORD1
NeoEsp32RmtNWs2812xMethod KEYWORD1
NeoEsp32RmtNWs2816Method KEYWORD1
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/Makuna/NeoPixelBus"
},
"version": "2.7.1",
"version": "2.7.2",
"frameworks": "arduino",
"platforms": "*",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=NeoPixelBus by Makuna
version=2.7.1
version=2.7.2
author=Michael C. Miller ([email protected])
maintainer=Michael C. Miller ([email protected])
sentence=A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.
Expand Down
42 changes: 2 additions & 40 deletions src/internal/NeoEsp32I2sXMethod.h
Original file line number Diff line number Diff line change
Expand Up @@ -622,12 +622,7 @@ typedef NeoEsp32I2s0X8Ws2812xMethod NeoEsp32I2s0X8Ws2812dMethod;
typedef NeoEsp32I2s0X8Ws2812xMethod NeoEsp32I2s0X8Ws2811Method;
typedef NeoEsp32I2s0X8Ws2812xMethod NeoEsp32I2s0X8Ws2816Method;
typedef NeoEsp32I2s0X8800KbpsMethod NeoEsp32I2s0X8Ws2812Method;
typedef NeoEsp32I2s0X8Sk6812Method NeoEsp32I2s0X8Sk6812Method;
typedef NeoEsp32I2s0X8Tm1814Method NeoEsp32I2s0X8Tm1814Method;
typedef NeoEsp32I2s0X8Tm1829Method NeoEsp32I2s0X8Tm1829Method;
typedef NeoEsp32I2s0X8Tm1914Method NeoEsp32I2s0X8Tm1914Method;
typedef NeoEsp32I2s0X8Sk6812Method NeoEsp32I2s0X8Lc8812Method;
typedef NeoEsp32I2s0X8Apa106Method NeoEsp32I2s0X8Apa106Method;

// I2s0x16
typedef NeoEsp32I2sXMethodBase<NeoEsp32I2sSpeedWs2812x, NeoEsp32I2s0Mux16Bus, NeoEsp32I2sNotInverted> NeoEsp32I2s0X16Ws2812xMethod;
Expand All @@ -644,12 +639,7 @@ typedef NeoEsp32I2s0X16Ws2812xMethod NeoEsp32I2s0X16Ws2812dMethod;
typedef NeoEsp32I2s0X16Ws2812xMethod NeoEsp32I2s0X16Ws2811Method;
typedef NeoEsp32I2s0X16Ws2812xMethod NeoEsp32I2s0X16Ws2816Method;
typedef NeoEsp32I2s0X16800KbpsMethod NeoEsp32I2s0X16Ws2812Method;
typedef NeoEsp32I2s0X16Sk6812Method NeoEsp32I2s0X16Sk6812Method;
typedef NeoEsp32I2s0X16Tm1814Method NeoEsp32I2s0X16Tm1814Method;
typedef NeoEsp32I2s0X16Tm1829Method NeoEsp32I2s0X16Tm1829Method;
typedef NeoEsp32I2s0X16Tm1914Method NeoEsp32I2s0X16Tm1914Method;
typedef NeoEsp32I2s0X16Sk6812Method NeoEsp32I2s0X16Lc8812Method;
typedef NeoEsp32I2s0X16Apa106Method NeoEsp32I2s0X16Apa106Method;

#if !defined(CONFIG_IDF_TARGET_ESP32S2)

Expand All @@ -668,12 +658,7 @@ typedef NeoEsp32I2s1X8Ws2812xMethod NeoEsp32I2s1X8Ws2812dMethod;
typedef NeoEsp32I2s1X8Ws2812xMethod NeoEsp32I2s1X8Ws2811Method;
typedef NeoEsp32I2s1X8Ws2812xMethod NeoEsp32I2s1X8Ws2816Method;
typedef NeoEsp32I2s1X8800KbpsMethod NeoEsp32I2s1X8Ws2812Method;
typedef NeoEsp32I2s1X8Sk6812Method NeoEsp32I2s1X8Sk6812Method;
typedef NeoEsp32I2s1X8Tm1814Method NeoEsp32I2s1X8Tm1814Method;
typedef NeoEsp32I2s1X8Tm1829Method NeoEsp32I2s1X8Tm1829Method;
typedef NeoEsp32I2s1X8Tm1914Method NeoEsp32I2s1X8Tm1914Method;
typedef NeoEsp32I2s1X8Sk6812Method NeoEsp32I2s1X8Lc8812Method;
typedef NeoEsp32I2s1X8Apa106Method NeoEsp32I2s1X8Apa106Method;

// I2s1x16
typedef NeoEsp32I2sXMethodBase<NeoEsp32I2sSpeedWs2812x, NeoEsp32I2s1Mux16Bus, NeoEsp32I2sNotInverted> NeoEsp32I2s1X16Ws2812xMethod;
Expand All @@ -690,12 +675,8 @@ typedef NeoEsp32I2s1X16Ws2812xMethod NeoEsp32I2s1X16Ws2812dMethod;
typedef NeoEsp32I2s1X16Ws2812xMethod NeoEsp32I2s1X16Ws2811Method;
typedef NeoEsp32I2s1X16Ws2812xMethod NeoEsp32I2s1X16Ws2816Method;
typedef NeoEsp32I2s1X16800KbpsMethod NeoEsp32I2s1X16Ws2812Method;
typedef NeoEsp32I2s1X16Sk6812Method NeoEsp32I2s1X16Sk6812Method;
typedef NeoEsp32I2s1X16Tm1814Method NeoEsp32I2s1X16Tm1814Method;
typedef NeoEsp32I2s1X16Tm1829Method NeoEsp32I2s1X16Tm1829Method;
typedef NeoEsp32I2s1X16Tm1914Method NeoEsp32I2s1X16Tm1914Method;
typedef NeoEsp32I2s1X16Sk6812Method NeoEsp32I2s1X16Lc8812Method;
typedef NeoEsp32I2s1X16Apa106Method NeoEsp32I2s1X16Apa106Method;


#endif // !defined(CONFIG_IDF_TARGET_ESP32S2)

Expand All @@ -716,12 +697,8 @@ typedef NeoEsp32I2s0X8Ws2812xInvertedMethod NeoEsp32I2s0X8Ws2812xInvertedMethod;
typedef NeoEsp32I2s0X8Ws2812xInvertedMethod NeoEsp32I2s0X8Ws2811InvertedMethod;
typedef NeoEsp32I2s0X8Ws2812xInvertedMethod NeoEsp32I2s0X8Ws2816InvertedMethod;
typedef NeoEsp32I2s0X8800KbpsInvertedMethod NeoEsp32I2s0X8Ws2812InvertedMethod;
typedef NeoEsp32I2s0X8Sk6812InvertedMethod NeoEsp32I2s0X8Sk6812InvertedMethod;
typedef NeoEsp32I2s0X8Tm1814InvertedMethod NeoEsp32I2s0X8Tm1814InvertedMethod;
typedef NeoEsp32I2s0X8Tm1829InvertedMethod NeoEsp32I2s0X8Tm1829InvertedMethod;
typedef NeoEsp32I2s0X8Tm1914InvertedMethod NeoEsp32I2s0X8Tm1914InvertedMethod;
typedef NeoEsp32I2s0X8Sk6812InvertedMethod NeoEsp32I2s0X8Lc8812InvertedMethod;
typedef NeoEsp32I2s0X8Apa106InvertedMethod NeoEsp32I2s0X8Apa106InvertedMethod;


// I2s0x16 INVERTED
typedef NeoEsp32I2sXMethodBase<NeoEsp32I2sSpeedWs2812x, NeoEsp32I2s0Mux16Bus, NeoEsp32I2sInverted> NeoEsp32I2s0X16Ws2812xInvertedMethod;
Expand All @@ -738,12 +715,7 @@ typedef NeoEsp32I2s0X16Ws2812xInvertedMethod NeoEsp32I2s0X16Ws2812xInvertedMetho
typedef NeoEsp32I2s0X16Ws2812xInvertedMethod NeoEsp32I2s0X16Ws2811InvertedMethod;
typedef NeoEsp32I2s0X16Ws2812xInvertedMethod NeoEsp32I2s0X16Ws2816InvertedMethod;
typedef NeoEsp32I2s0X16800KbpsInvertedMethod NeoEsp32I2s0X16Ws2812InvertedMethod;
typedef NeoEsp32I2s0X16Sk6812InvertedMethod NeoEsp32I2s0X16Sk6812InvertedMethod;
typedef NeoEsp32I2s0X16Tm1814InvertedMethod NeoEsp32I2s0X16Tm1814InvertedMethod;
typedef NeoEsp32I2s0X16Tm1829InvertedMethod NeoEsp32I2s0X16Tm1829InvertedMethod;
typedef NeoEsp32I2s0X16Tm1914InvertedMethod NeoEsp32I2s0X16Tm1914InvertedMethod;
typedef NeoEsp32I2s0X16Sk6812InvertedMethod NeoEsp32I2s0X16Lc8812InvertedMethod;
typedef NeoEsp32I2s0X16Apa106InvertedMethod NeoEsp32I2s0X16Apa106InvertedMethod;

#if !defined(CONFIG_IDF_TARGET_ESP32S2)

Expand All @@ -762,12 +734,7 @@ typedef NeoEsp32I2s1X8Ws2812xInvertedMethod NeoEsp32I2s1X8Ws2812xInvertedMethod;
typedef NeoEsp32I2s1X8Ws2812xInvertedMethod NeoEsp32I2s1X8Ws2811InvertedMethod;
typedef NeoEsp32I2s1X8Ws2812xInvertedMethod NeoEsp32I2s1X8Ws2816InvertedMethod;
typedef NeoEsp32I2s1X8800KbpsInvertedMethod NeoEsp32I2s1X8Ws2812InvertedMethod;
typedef NeoEsp32I2s1X8Sk6812InvertedMethod NeoEsp32I2s1X8Sk6812InvertedMethod;
typedef NeoEsp32I2s1X8Tm1814InvertedMethod NeoEsp32I2s1X8Tm1814InvertedMethod;
typedef NeoEsp32I2s1X8Tm1829InvertedMethod NeoEsp32I2s1X8Tm1829InvertedMethod;
typedef NeoEsp32I2s1X8Tm1914InvertedMethod NeoEsp32I2s1X8Tm1914InvertedMethod;
typedef NeoEsp32I2s1X8Sk6812InvertedMethod NeoEsp32I2s1X8Lc8812InvertedMethod;
typedef NeoEsp32I2s1X8Apa106InvertedMethod NeoEsp32I2s1X8Apa106InvertedMethod;

// I2s1x16 INVERTED
typedef NeoEsp32I2sXMethodBase<NeoEsp32I2sSpeedWs2812x, NeoEsp32I2s1Mux16Bus, NeoEsp32I2sInverted> NeoEsp32I2s1X16Ws2812xInvertedMethod;
Expand All @@ -784,12 +751,7 @@ typedef NeoEsp32I2s1X16Ws2812xInvertedMethod NeoEsp32I2s1X16Ws2812xInvertedMetho
typedef NeoEsp32I2s1X16Ws2812xInvertedMethod NeoEsp32I2s1X16Ws2811InvertedMethod;
typedef NeoEsp32I2s1X16Ws2812xInvertedMethod NeoEsp32I2s1X16Ws2816InvertedMethod;
typedef NeoEsp32I2s1X16800KbpsInvertedMethod NeoEsp32I2s1X16Ws2812InvertedMethod;
typedef NeoEsp32I2s1X16Sk6812InvertedMethod NeoEsp32I2s1X16Sk6812InvertedMethod;
typedef NeoEsp32I2s1X16Tm1814InvertedMethod NeoEsp32I2s1X16Tm1814InvertedMethod;
typedef NeoEsp32I2s1X16Tm1829InvertedMethod NeoEsp32I2s1X16Tm1829InvertedMethod;
typedef NeoEsp32I2s1X16Tm1914InvertedMethod NeoEsp32I2s1X16Tm1914InvertedMethod;
typedef NeoEsp32I2s1X16Sk6812InvertedMethod NeoEsp32I2s1X16Lc8812InvertedMethod;
typedef NeoEsp32I2s1X16Apa106InvertedMethod NeoEsp32I2s1X16Apa106InvertedMethod;

#endif // !defined(CONFIG_IDF_TARGET_ESP32S2)

Expand Down

0 comments on commit 2a41ec1

Please sign in to comment.