Skip to content

Commit a740e02

Browse files
committed
Add commented example for 144x168
1 parent 8205fda commit a740e02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/sharpmemorydisplay_simpletest.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
# pass in the display size, width and height, as well
1313
display = adafruit_sharpmemorydisplay.SharpMemoryDisplay(spi, scs, 96, 96)
14+
# display = adafruit_sharpmemorydisplay.SharpMemoryDisplay(spi, scs, 144, 168)
1415

1516
print("Pixel test")
1617

0 commit comments

Comments
 (0)