Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Add missing Verison and Repo Metadata #30

Merged
merged 1 commit into from
Jan 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions adafruit_pypixelbuf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down