Skip to content

Commit c799f2b

Browse files
committed
Do not change auto-version, does not make Scroll pHAT HD the default
1 parent f91b5ee commit c799f2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

adafruit_is31fl3731.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
import time
5252
from micropython import const
5353

54-
__version__ = "2.5.3"
54+
__version__ = "0.0.0-auto.0"
5555
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3731.git"
5656

5757
_MODE_REGISTER = const(0x00)

examples/is31fl3731_text_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
# uncomment line if you are using Adafruit 16x9 Charlieplexed PWM LED Matrix
1212
#display = adafruit_is31fl3731.Matrix(i2c)
1313
# uncomment line if you are using Adafruit 16x9 Charlieplexed PWM LED Matrix
14-
#display = adafruit_is31fl3731.CharlieBonnet(i2c)
14+
display = adafruit_is31fl3731.CharlieBonnet(i2c)
1515
# initial display using Pimoroni Scroll Phat HD LED 17 x 7
16-
display = adafruit_is31fl3731.ScrollPhatHD(i2c)
16+
#display = adafruit_is31fl3731.ScrollPhatHD(i2c)
1717

1818
text_to_show = "Adafruit!!"
1919

0 commit comments

Comments
 (0)