Skip to content

Commit fe239ca

Browse files
committed
Adapt to *ssd1306.Device change
1 parent 47a55c2 commit fe239ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/sgkey/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func run() error {
112112
if x.state == keyboard.PressToRelease {
113113
c = color.RGBA{0, 0, 0, 255}
114114
}
115-
tinydraw.FilledRectangle(&display, 10+20*int16(x.col), 10+20*int16(x.row), 18, 18, c)
115+
tinydraw.FilledRectangle(display, 10+20*int16(x.col), 10+20*int16(x.row), 18, 18, c)
116116
display.Display()
117117
}
118118
}

0 commit comments

Comments
 (0)