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 6b7b0d9 commit 4a477e8Copy full SHA for 4a477e8
adafruit_ssd1306.py
@@ -84,6 +84,7 @@ def __init__(self, buffer, width, height, *, external_vcc, reset):
84
85
@property
86
def power(self):
87
+ """True if the display is currently powered on, otherwise False"""
88
return self._power
89
90
def init_display(self):
0 commit comments