Skip to content

Commit 4e24e60

Browse files
authored
Merge pull request #39 from Timeline8/patch-1
Update README with display column start info
2 parents c22e6d0 + a9687e3 commit 4e24e60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,15 @@ Usage Example
9292
)
9393
time.sleep(1)
9494
95+
# For issues with display not updating top/bottom rows correctly set colstart to 8, 0, or -8
9596
display = adafruit_ssd1680.SSD1680(
9697
display_bus,
9798
width=250,
9899
height=122,
99100
busy_pin=epd_busy,
100101
highlight_color=0xFF0000,
101102
rotation=270,
103+
colstart=-8, # Comment out for older displays
102104
)
103105
104106
g = displayio.Group()

0 commit comments

Comments
 (0)