We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc67ff commit 9151c72Copy full SHA for 9151c72
examples/ssd1680_simpletest.py
@@ -34,7 +34,7 @@
34
)
35
time.sleep(1)
36
37
-# For issues with display not updating top/bottom rows correctly set column_correction to 8
+# For issues with display not updating top/bottom rows correctly set colstart to 8
38
display = adafruit_ssd1680.SSD1680(
39
display_bus,
40
colstart=1,
0 commit comments