We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8205fda commit a740e02Copy full SHA for a740e02
examples/sharpmemorydisplay_simpletest.py
@@ -11,6 +11,7 @@
11
12
# pass in the display size, width and height, as well
13
display = adafruit_sharpmemorydisplay.SharpMemoryDisplay(spi, scs, 96, 96)
14
+# display = adafruit_sharpmemorydisplay.SharpMemoryDisplay(spi, scs, 144, 168)
15
16
print("Pixel test")
17
0 commit comments