Skip to content

Commit 9151c72

Browse files
committed
Update ssd1680_simpletest.py
Corrected guidance comment
1 parent 3fc67ff commit 9151c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ssd1680_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
)
3535
time.sleep(1)
3636

37-
# For issues with display not updating top/bottom rows correctly set column_correction to 8
37+
# For issues with display not updating top/bottom rows correctly set colstart to 8
3838
display = adafruit_ssd1680.SSD1680(
3939
display_bus,
4040
colstart=1,

0 commit comments

Comments
 (0)