Skip to content

Commit a507e09

Browse files
committed
Added property to change the center of the coordinates
1 parent dce386c commit a507e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def cx(self):
181181
@property
182182
def cy(self):
183183
"""Center Y of the Label """
184-
return self.y + self._boundingbox[3]/2
184+
return self.y + self._boundingbox[3]/2
185185

186186
@cx.setter
187187
def cx(self, new_cx):

0 commit comments

Comments
 (0)