add wikipedia fact
This commit is contained in:
parent
3fb3c4f63f
commit
26a2cfb91b
3 changed files with 20 additions and 34 deletions
|
|
@ -6,7 +6,7 @@ from PIL import Image
|
|||
epd = epd4in2.EPD()
|
||||
epd.init()
|
||||
|
||||
image = Image.open('./document_ready.bmp')
|
||||
image = Image.open('./document.bmp')
|
||||
image = image.convert('L')
|
||||
epd.display_4Gray(epd.getbuffer_4Gray(image))
|
||||
epd.sleep()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue