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 4a477e8 commit fcdf992Copy full SHA for fcdf992
adafruit_ssd1306.py
@@ -84,7 +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"""
+ """True if the display is currently powered on, otherwise False"""
88
return self._power
89
90
def init_display(self):
0 commit comments