From 1f6cd7bfac6fa208847e8da9fddc1dafd50fbc40 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 2 Nov 2022 17:39:34 -0500 Subject: [PATCH] This compatibility name has been removed in 8.x --- shared-bindings/adafruit_pixelbuf/__init__.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/shared-bindings/adafruit_pixelbuf/__init__.c b/shared-bindings/adafruit_pixelbuf/__init__.c index 7b8d0da829..40bf80094c 100644 --- a/shared-bindings/adafruit_pixelbuf/__init__.c +++ b/shared-bindings/adafruit_pixelbuf/__init__.c @@ -38,8 +38,6 @@ //| The `adafruit_pixelbuf` module provides the :py:class:`PixelBuf` class to accelerate //| RGB(W) strip/matrix manipulation, such as DotStar and Neopixel. //| -//| Also available as ``_pixelbuf``. This usage has been deprecated. -//| //| Byteorders are configured with strings, such as "RGB" or "RGBD".""" // TODO: Pull in docs from adafruit_pixelbuf.