add wikipedia fact

This commit is contained in:
grizzly 2025-08-23 16:41:40 -04:00
parent 3fb3c4f63f
commit 26a2cfb91b
3 changed files with 20 additions and 34 deletions

View file

@ -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()