Skip to content

Commit

Permalink
Merge pull request #60 from dhalbert/no-pypixelbuf
Browse files Browse the repository at this point in the history
remove support for pypixelbuf
  • Loading branch information
kattni authored Mar 25, 2022
2 parents a313e87 + fdc63e8 commit a90579e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions adafruit_dotstar.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@
import busio
import digitalio

try:
import adafruit_pixelbuf
except ImportError:
try:
import _pixelbuf as adafruit_pixelbuf
except ImportError:
import adafruit_pypixelbuf as adafruit_pixelbuf
import adafruit_pixelbuf

try:
from typing import Optional, Type
Expand Down

0 comments on commit a90579e

Please sign in to comment.