adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
132 stars 52 forks source link

SSD1331: removed print calls #126

Closed simonldwg closed 1 month ago

simonldwg commented 1 month ago

I just noticed that the write function of the SSD1331 driver prints out the data and command. I assume that this was simply an unintended leftover and I've removed both print calls in this pull request.