Closed deshipu closed 5 years ago
I did change the line that creates the display object:
display = adafruit_sharpmemorydisplay.SharpMemoryDisplay(spi, scs, 168, 144)
Ok, swapping width and height helps:
display = adafruit_sharpmemorydisplay.SharpMemoryDisplay(spi, scs, 144, 168)
ok please add a line in the example that is commented out to demonstrate it!
I tested this with Feather M4, and while the 96x96 display works perfectly, the 168x144 one, connected the same way, displays garbage: