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.
1 parent ac276fa commit 6630cc9Copy full SHA for 6630cc9
ssd1351/ssd1351.go
@@ -51,7 +51,7 @@ func New(bus drivers.SPI, resetPin, dcPin, csPin, enPin, rwPin pin.Output) Devic
51
csPin: csPin,
52
enPin: enPin,
53
rwPin: rwPin,
54
- configurePins = func() {
+ configurePins: func() {
55
legacy.ConfigurePinOut(dcPin)
56
legacy.ConfigurePinOut(resetPin)
57
legacy.ConfigurePinOut(csPin)
0 commit comments