File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
import time
52
52
from micropython import const
53
53
54
- __version__ = "2.5.3 "
54
+ __version__ = "0.0.0-auto.0 "
55
55
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3731.git"
56
56
57
57
_MODE_REGISTER = const (0x00 )
Original file line number Diff line number Diff line change 11
11
# uncomment line if you are using Adafruit 16x9 Charlieplexed PWM LED Matrix
12
12
#display = adafruit_is31fl3731.Matrix(i2c)
13
13
# uncomment line if you are using Adafruit 16x9 Charlieplexed PWM LED Matrix
14
- # display = adafruit_is31fl3731.CharlieBonnet(i2c)
14
+ display = adafruit_is31fl3731 .CharlieBonnet (i2c )
15
15
# initial display using Pimoroni Scroll Phat HD LED 17 x 7
16
- display = adafruit_is31fl3731 .ScrollPhatHD (i2c )
16
+ # display = adafruit_is31fl3731.ScrollPhatHD(i2c)
17
17
18
18
text_to_show = "Adafruit!!"
19
19
You can’t perform that action at this time.
0 commit comments