Skip to content

Commit b9a724a

Browse files
committed
removed redundant comments
1 parent 8583a29 commit b9a724a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Adafruit_LEDBackpack/Adafruit_7Segment.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,6 @@ def setColon(self, state=True):
5858
# which is the case on 4 char displays, but may need to be modified
5959
# if another display type is used
6060

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-
7261
if (state):
7362
self.disp.setBufferRow(2, self.mask_colons)
7463
else:

0 commit comments

Comments
 (0)