Skip to content

Commit 3fc67ff

Browse files
Update examples/ssd1680_simpletest.py
Co-authored-by: Melissa LeBlanc-Williams <[email protected]>
1 parent 8ec9277 commit 3fc67ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ssd1680_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# For issues with display not updating top/bottom rows correctly set column_correction to 8
3838
display = adafruit_ssd1680.SSD1680(
3939
display_bus,
40-
column_correction=1,
40+
colstart=1,
4141
width=250,
4242
height=122,
4343
busy_pin=epd_busy,

0 commit comments

Comments
 (0)