File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 30
30
31
31
from adafruit_ht16k33 .ht16k33 import HT16K33
32
32
33
+ __version__ = "0.0.0-auto.0"
34
+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_HT16K33.git"
35
+
33
36
class Bicolor24 (HT16K33 ):
34
37
"""Bi-color 24-bar bargraph display."""
35
38
Original file line number Diff line number Diff line change 31
31
from adafruit_bus_device import i2c_device
32
32
from micropython import const
33
33
34
+ __version__ = "0.0.0-auto.0"
35
+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_HT16K33.git"
34
36
35
37
_HT16K33_BLINK_CMD = const (0x80 )
36
38
_HT16K33_BLINK_DISPLAYON = const (0x01 )
Original file line number Diff line number Diff line change 28
28
29
29
from adafruit_ht16k33 .ht16k33 import HT16K33
30
30
31
+ __version__ = "0.0.0-auto.0"
32
+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_HT16K33.git"
31
33
32
34
class Matrix16x8 (HT16K33 ):
33
35
"""A double matrix or the matrix wing."""
Original file line number Diff line number Diff line change 27
27
28
28
from adafruit_ht16k33 .ht16k33 import HT16K33
29
29
30
+ __version__ = "0.0.0-auto.0"
31
+ __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_HT16K33.git"
32
+
30
33
CHARS = (
31
34
0b00000000 , 0b00000000 , #
32
35
0b01000000 , 0b00000110 , # !
You can’t perform that action at this time.
0 commit comments