We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8e78b4 + affc856 commit 3c046a7Copy full SHA for 3c046a7
CircuitPython_SharpDisplay_Displayio/code.py
@@ -153,7 +153,7 @@ def sample(population, k):
153
# if necessary
154
displayio.release_displays()
155
bus = board.SPI()
156
-framebuffer = sharpdisplay.SharpMemoryFramebuffer(bus, board.D2, 400, 240)
+framebuffer = sharpdisplay.SharpMemoryFramebuffer(bus, board.D6, 400, 240)
157
display = framebufferio.FramebufferDisplay(framebuffer, auto_refresh = True)
158
159
# Load our font
0 commit comments