Skip to content

Commit 2aa58a5

Browse files
authored
Merge pull request #32 from makermelissa/main
Update Bonnet example to reflect latest hardware
2 parents 25131d7 + 33378e6 commit 2aa58a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/ssd1680_2.13_mono_eink_bonnet.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@
3535
display_bus = FourWire(spi, command=epd_dc, chip_select=epd_cs, reset=epd_reset, baudrate=1000000)
3636
time.sleep(1)
3737

38-
# For issues with display not updating top/bottom rows correctly set colstart to 8
38+
# For issues with display not updating top/bottom rows correctly try setting colstart to 8 or 0
3939
display = adafruit_ssd1680.SSD1680(
4040
display_bus,
4141
width=250,
4242
height=122,
4343
busy_pin=epd_busy,
4444
highlight_color=0xFF0000,
4545
rotation=90,
46+
colstart=-8,
4647
)
4748

4849

0 commit comments

Comments
 (0)