From c18afae3e0b46bf0f983597faea0ed191980a8be Mon Sep 17 00:00:00 2001 From: Timeline8 Date: Wed, 29 Jan 2025 20:53:07 -0500 Subject: [PATCH 1/2] Update README.rst to add dependancy Requires adafruit_pixelbuf library. Line 20 of the neopixel.py code is `import adafruit_pixelbuf` so must have. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index fce1a64..ec6a670 100644 --- a/README.rst +++ b/README.rst @@ -38,6 +38,7 @@ Dependencies This driver depends on: * `Adafruit CircuitPython `_ +* `adafruit_pixelbuf library `_ Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading From 98a0e0964d8db06d9098690ef94fe1b63c6ebfe7 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Thu, 30 Jan 2025 08:06:08 -0600 Subject: [PATCH 2/2] use full name of pixelbuf library --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ec6a670..9fd2140 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Dependencies This driver depends on: * `Adafruit CircuitPython `_ -* `adafruit_pixelbuf library `_ +* `Adafruit CircuitPython Pixelbuf library `_ Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading