From a740e02f4e66273621c2828ca31497a393d2d620 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Sun, 23 Dec 2018 21:31:22 +0100 Subject: [PATCH] Add commented example for 144x168 --- examples/sharpmemorydisplay_simpletest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/sharpmemorydisplay_simpletest.py b/examples/sharpmemorydisplay_simpletest.py index dcd50b8..0b7d092 100644 --- a/examples/sharpmemorydisplay_simpletest.py +++ b/examples/sharpmemorydisplay_simpletest.py @@ -11,6 +11,7 @@ # pass in the display size, width and height, as well display = adafruit_sharpmemorydisplay.SharpMemoryDisplay(spi, scs, 96, 96) +# display = adafruit_sharpmemorydisplay.SharpMemoryDisplay(spi, scs, 144, 168) print("Pixel test")