Drop colstart from examples when it matches new default

This commit is contained in:
Melissa LeBlanc-Williams 2023-10-02 13:53:17 -07:00
parent 4c811efca6
commit 8e63ed5e69
5 changed files with 0 additions and 5 deletions

View file

@ -33,7 +33,6 @@ time.sleep(1)
display = adafruit_ssd1680.SSD1680(
display_bus,
colstart=8,
width=250,
height=122,
highlight_color=0xFF0000,

View file

@ -37,7 +37,6 @@ time.sleep(1)
# For issues with display not updating top/bottom rows correctly set colstart to 8
display = adafruit_ssd1680.SSD1680(
display_bus,
colstart=8,
width=250,
height=122,
busy_pin=epd_busy,

View file

@ -32,7 +32,6 @@ time.sleep(1)
display = adafruit_ssd1680.SSD1680(
display_bus,
colstart=8,
width=250,
height=122,
highlight_color=0xFF0000,

View file

@ -32,7 +32,6 @@ display_bus = displayio.FourWire(
)
display = adafruit_ssd1680.SSD1680(
display_bus,
colstart=8,
width=250,
height=122,
busy_pin=epd_busy,

View file

@ -37,7 +37,6 @@ time.sleep(1)
# For issues with display not updating top/bottom rows correctly set colstart to 8
display = adafruit_ssd1680.SSD1680(
display_bus,
colstart=8,
width=250,
height=122,
busy_pin=epd_busy,