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.
2 parents e54ee0b + 1420a94 commit 05b4166Copy full SHA for 05b4166
adafruit_ssd1305.py
@@ -61,7 +61,6 @@
61
__version__ = "0.0.0-auto.0"
62
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SSD1305.git"
63
64
-# pylint: disable-msg=bad-whitespace
65
# register definitions
66
SET_CONTRAST = const(0x81)
67
SET_ENTIRE_ON = const(0xA4)
@@ -84,7 +83,6 @@
84
83
SET_PRECHARGE = const(0xD9)
85
SET_VCOM_DESEL = const(0xDB)
86
SET_CHARGE_PUMP = const(0x8D)
87
-# pylint: enable-msg=bad-whitespace
88
89
90
class _SSD1305(framebuf.FrameBuffer):
0 commit comments