We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d51c4 commit 1158bd9Copy full SHA for 1158bd9
adafruit_sharpmemorydisplay.py
@@ -66,7 +66,7 @@ def reverse_bit(num):
66
return result
67
68
69
-class SharpMemoryDisplay(adafruit_framebuf.FrameBuffer):
+class SharpMemoryDisplay(adafruit_framebuf.FrameBuffer1):
70
"""A driver for sharp memory displays, you can use any size but the
71
full display must be buffered in memory!"""
72
# pylint: disable=too-many-instance-attributes
0 commit comments