Drop colstart from examples when it matches new default
This commit is contained in:
parent
4c811efca6
commit
8e63ed5e69
5 changed files with 0 additions and 5 deletions
|
|
@ -33,7 +33,6 @@ time.sleep(1)
|
|||
|
||||
display = adafruit_ssd1680.SSD1680(
|
||||
display_bus,
|
||||
colstart=8,
|
||||
width=250,
|
||||
height=122,
|
||||
highlight_color=0xFF0000,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ time.sleep(1)
|
|||
|
||||
display = adafruit_ssd1680.SSD1680(
|
||||
display_bus,
|
||||
colstart=8,
|
||||
width=250,
|
||||
height=122,
|
||||
highlight_color=0xFF0000,
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ display_bus = displayio.FourWire(
|
|||
)
|
||||
display = adafruit_ssd1680.SSD1680(
|
||||
display_bus,
|
||||
colstart=8,
|
||||
width=250,
|
||||
height=122,
|
||||
busy_pin=epd_busy,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue