Skip to content

Commit 1332d2c

Browse files
committed
segments: Removing property two_dots_center
The "colon" property already allow to control these LEDs so remove two_dots_center because of the redundancy.
1 parent 63247a8 commit 1332d2c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

adafruit_ht16k33/segments.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -334,15 +334,6 @@ def _getindicator(self, index):
334334
bitmask = 1 << (index + 1)
335335
return self._get_buffer(0x04) & bitmask
336336

337-
@property
338-
def two_dots_center(self):
339-
"""The two dots at the center indicator."""
340-
return bool(self._getindicator(0))
341-
342-
@two_dots_center.setter
343-
def two_dots_center(self, value):
344-
self._setindicator(0, value)
345-
346337
@property
347338
def top_left_dot(self):
348339
"""The top-left dot indicator."""

0 commit comments

Comments
 (0)