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 5d25dc3 commit aff4185Copy full SHA for aff4185
adafruit_ht16k33/segments.py
@@ -278,9 +278,10 @@ def ampm(self, value):
278
if self._auto_write:
279
self.show()
280
281
-#pylint: disable=W0212
282
class Colon():
283
"""Helper class for controlling the colons. Not intended for direct use."""
+ #pylint: disable=protected-access
284
+
285
MASKS = (0x02, 0x0C)
286
287
def __init__(self, disp, num_of_colons=1):
0 commit comments