We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8583a29 commit b9a724aCopy full SHA for b9a724a
Adafruit_LEDBackpack/Adafruit_7Segment.py
@@ -58,17 +58,6 @@ def setColon(self, state=True):
58
# which is the case on 4 char displays, but may need to be modified
59
# if another display type is used
60
61
- # Some 7Segment-Display have several different colons, e.g. the
62
- # 1,2" display. To seperately control such different colons
63
- # use the following values where applicable:
64
- #
65
- # 0x00 - nothing
66
- # 0x02 - center colon
67
- # 0x04 - left colon - upper dot
68
- # 0x08 - left colon - lower dot
69
- # 0x10 - decimal point
70
- # 0xFFFF - everything
71
-
72
if (state):
73
self.disp.setBufferRow(2, self.mask_colons)
74
else:
0 commit comments