Skip to content

Commit a410e4d

Browse files
committed
blinka image
1 parent f3924f6 commit a410e4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/epd_bonnet.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
time.sleep(0.01)
107107
if not switch2.value:
108108
print("Switch 2")
109-
display.fill(Adafruit_EPD.WHITE)
109+
blinkaimage = Image.open('epd_bonnet_blinka_250x122.bmp')
110+
display.image(blinkaimage)
110111
display.display()
111112
while not switch2.value:
112113
time.sleep(0.01)
89.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)