Skip to content

Commit 3c046a7

Browse files
authored
Merge branch 'master' into hurricane_tracker
2 parents a8e78b4 + affc856 commit 3c046a7

File tree

1 file changed

+1
-1
lines changed
  • CircuitPython_SharpDisplay_Displayio

1 file changed

+1
-1
lines changed

CircuitPython_SharpDisplay_Displayio/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def sample(population, k):
153153
# if necessary
154154
displayio.release_displays()
155155
bus = board.SPI()
156-
framebuffer = sharpdisplay.SharpMemoryFramebuffer(bus, board.D2, 400, 240)
156+
framebuffer = sharpdisplay.SharpMemoryFramebuffer(bus, board.D6, 400, 240)
157157
display = framebufferio.FramebufferDisplay(framebuffer, auto_refresh = True)
158158

159159
# Load our font

0 commit comments

Comments
 (0)