adafruit-circuitpython-neopixel 6.3.10__py3-none-any.whl → 6.3.14__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of adafruit-circuitpython-neopixel might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: adafruit-circuitpython-neopixel
3
- Version: 6.3.10
3
+ Version: 6.3.14
4
4
  Summary: CircuitPython library for NeoPixel LEDs.
5
5
  Author-email: Adafruit Industries <circuitpython@adafruit.com>
6
6
  License: MIT
@@ -0,0 +1,6 @@
1
+ neopixel.py,sha256=wU_qsStNGT4ToXCG2xm_Ia5nMWHQW1jdJxOrC3orfng,5038
2
+ adafruit_circuitpython_neopixel-6.3.14.dist-info/LICENSE,sha256=z_ypcU6FIB47QfUALXdEHz3sbP7W5KSUy3YzmFLIl8w,1142
3
+ adafruit_circuitpython_neopixel-6.3.14.dist-info/METADATA,sha256=pBg2CEpnfNF146ey_92Qi1JkXWnYaVjCfPPORJWkwc8,6037
4
+ adafruit_circuitpython_neopixel-6.3.14.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
+ adafruit_circuitpython_neopixel-6.3.14.dist-info/top_level.txt,sha256=4Vx2uj1m66N8r0BTOEkPYDuhk-Vv8KOqOldkkJSeib4,9
6
+ adafruit_circuitpython_neopixel-6.3.14.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
neopixel.py CHANGED
@@ -28,7 +28,7 @@ except ImportError:
28
28
  pass
29
29
 
30
30
 
31
- __version__ = "6.3.10"
31
+ __version__ = "6.3.14"
32
32
  __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel.git"
33
33
 
34
34
 
@@ -54,7 +54,8 @@ class NeoPixel(adafruit_pixelbuf.PixelBuf):
54
54
  brightness
55
55
  :param bool auto_write: True if the neopixels should immediately change when set. If False,
56
56
  `show` must be called explicitly.
57
- :param str pixel_order: Set the pixel color channel order. GRBW is set by default.
57
+ :param str pixel_order: Set the pixel color channel order. The default is GRB if bpp is set
58
+ to 3, otherwise GRBW is used as the default.
58
59
 
59
60
  Example for Circuit Playground Express:
60
61
 
@@ -1,6 +0,0 @@
1
- neopixel.py,sha256=MH-P5cllQLsCZPzy354twPmMC2sjRh_Tk9ZKz_n9Wns,4978
2
- adafruit_circuitpython_neopixel-6.3.10.dist-info/LICENSE,sha256=z_ypcU6FIB47QfUALXdEHz3sbP7W5KSUy3YzmFLIl8w,1142
3
- adafruit_circuitpython_neopixel-6.3.10.dist-info/METADATA,sha256=e4Fwaenuri8cxn7G13LfX3ejCnIxjFH2uj6IHaT3ZAU,6037
4
- adafruit_circuitpython_neopixel-6.3.10.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
5
- adafruit_circuitpython_neopixel-6.3.10.dist-info/top_level.txt,sha256=4Vx2uj1m66N8r0BTOEkPYDuhk-Vv8KOqOldkkJSeib4,9
6
- adafruit_circuitpython_neopixel-6.3.10.dist-info/RECORD,,