From 56b13dec35c1de1b14c3978ccfb2c9211d4d7386 Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Tue, 18 Oct 2022 21:59:33 +0200 Subject: [PATCH] change --- examples/epd.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/epd.py b/examples/epd.py index 679a828..cd1369f 100644 --- a/examples/epd.py +++ b/examples/epd.py @@ -29,7 +29,9 @@ try: font20 = ImageFont.truetype(os.path.join(picdir, 'Font.ttc'), 20) font18 = ImageFont.truetype(os.path.join(picdir, 'Font.ttc'), 18) - + drawblack.text((10, 0), 'hello world', font = font20, fill = 0) + drawblack.text((10, 0), 'hier bin ich', font = font20, fill = 0) + logging.info("4.read bmp file on window") blackimage1 = Image.new('1', (epd.height, epd.width), 255) # 298*126 redimage1 = Image.new('1', (epd.height, epd.width), 255) # 298*126