Skip to content

Commit 8e63ed5

Browse files
committed
Drop colstart from examples when it matches new default
1 parent 4c811ef commit 8e63ed5

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

examples/ssd1680_2.13_featherwing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
display = adafruit_ssd1680.SSD1680(
3535
display_bus,
36-
colstart=8,
3736
width=250,
3837
height=122,
3938
highlight_color=0xFF0000,

examples/ssd1680_2.13_mono_eink_bonnet.py

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

examples/ssd1680_2.13_tricolor_breakout.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
display = adafruit_ssd1680.SSD1680(
3434
display_bus,
35-
colstart=8,
3635
width=250,
3736
height=122,
3837
highlight_color=0xFF0000,

examples/ssd1680_four_corners.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
)
3333
display = adafruit_ssd1680.SSD1680(
3434
display_bus,
35-
colstart=8,
3635
width=250,
3736
height=122,
3837
busy_pin=epd_busy,

examples/ssd1680_simpletest.py

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

0 commit comments

Comments
 (0)