Skip to content

Commit 1158bd9

Browse files
committed
fix abstract thingy?
1 parent e8d51c4 commit 1158bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_sharpmemorydisplay.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def reverse_bit(num):
6666
return result
6767

6868

69-
class SharpMemoryDisplay(adafruit_framebuf.FrameBuffer):
69+
class SharpMemoryDisplay(adafruit_framebuf.FrameBuffer1):
7070
"""A driver for sharp memory displays, you can use any size but the
7171
full display must be buffered in memory!"""
7272
# pylint: disable=too-many-instance-attributes

0 commit comments

Comments
 (0)