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 e7f9016 commit d41bc0bCopy full SHA for d41bc0b
ssd1306/ssd1306.go
@@ -322,15 +322,13 @@ func (b *SPIBus) tx(data []byte, isCommand bool) error {
322
323
if isCommand {
324
b.csPin.High()
325
- time.Sleep(1 * time.Millisecond)
326
b.dcPin.Low()
327
b.csPin.Low()
328
329
err = b.wire.Tx(data, nil)
330
331
} else {
332
333
334
b.dcPin.High()
335
336
0 commit comments