Skip to content

Commit 4a477e8

Browse files
author
Lee Butler
committed
add docstring to _SSD1306 power property
1 parent 6b7b0d9 commit 4a477e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_ssd1306.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def __init__(self, buffer, width, height, *, external_vcc, reset):
8484

8585
@property
8686
def power(self):
87+
"""True if the display is currently powered on, otherwise False"""
8788
return self._power
8889

8990
def init_display(self):

0 commit comments

Comments
 (0)