From d21dcb584f62eeb467245dc4212a572fde36a417 Mon Sep 17 00:00:00 2001 From: Patrick <4002194+askpatrickw@users.noreply.github.com> Date: Sun, 24 Jan 2021 22:47:43 +0000 Subject: [PATCH] Add missing Verison and Repo Metadata add the dunders --- adafruit_pypixelbuf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adafruit_pypixelbuf.py b/adafruit_pypixelbuf.py index 55b7e37..38e51e8 100644 --- a/adafruit_pypixelbuf.py +++ b/adafruit_pypixelbuf.py @@ -11,6 +11,9 @@ * Author(s): Damien P. George & Limor Fried & Scott Shawcroft & Roy Hooper """ +__version__ = "0.0.0-auto.0" +__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Pypixelbuf.git" + DOTSTAR_LED_START_FULL_BRIGHT = 0xFF DOTSTAR_LED_START = 0b11100000 # Three "1" bits, followed by 5 brightness bits DOTSTAR_LED_BRIGHTNESS = 0b00011111