Skip to content

Commit 5577330

Browse files
committed
Satisfy pylint
1 parent aa97924 commit 5577330

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_ssd1306.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ def rotate(self, rotate):
154154
"""Rotate the display 0 or 180 degrees"""
155155
self.write_cmd(SET_COM_OUT_DIR | ((rotate & 1) << 3))
156156
self.write_cmd(SET_SEG_REMAP | (rotate & 1))
157-
# com output is immediate (vertical mirror) but you need to call show() for seg remap to be visible
157+
# com output (vertical mirror) is changed immediately
158+
# you need to call show() for the seg remap to be visible
158159

159160
def write_framebuf(self):
160161
"""Derived class must implement this"""

0 commit comments

Comments
 (0)