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 eb69398 commit 8d77766Copy full SHA for 8d77766
adafruit_ssd1306.py
@@ -41,7 +41,6 @@
41
__version__ = "0.0.0-auto.0"
42
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SSD1306.git"
43
44
-# pylint: disable-msg=bad-whitespace
45
# register definitions
46
SET_CONTRAST = const(0x81)
47
SET_ENTIRE_ON = const(0xA4)
@@ -60,7 +59,6 @@
60
59
SET_PRECHARGE = const(0xD9)
61
SET_VCOM_DESEL = const(0xDB)
62
SET_CHARGE_PUMP = const(0x8D)
63
-# pylint: enable-msg=bad-whitespace
64
65
66
class _SSD1306(framebuf.FrameBuffer):
0 commit comments