From 3037d5a9b6d9fb8883df2c29a2f84df4d8f61e72 Mon Sep 17 00:00:00 2001 From: George Sexton Date: Sat, 5 Apr 2025 18:02:31 -0600 Subject: [PATCH] Remove comment --- inky/impression.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inky/impression.go b/inky/impression.go index b4ae44d..3822b25 100644 --- a/inky/impression.go +++ b/inky/impression.go @@ -156,10 +156,6 @@ func NewImpression(p spi.Port, dc gpio.PinOut, reset gpio.PinOut, busy gpio.PinI if o.Model == IMPRESSION73 { cSpeed = acSpeed } - // The SPI driver has a max buffer size of 4K bytes, but our image size - // is 192K Bytes. To make the Impression 7.3 treat this as single trans- - // action, we have to take over control of the CS pin and manipulate it - // as required. c, err := p.Connect(cSpeed, spi.Mode0, 8) if err != nil { return nil, fmt.Errorf("failed to connect to inky over spi: %v", err)