change font size

This commit is contained in:
Robert Borzutzki 2022-10-20 13:37:58 +02:00
parent 0570e5c93c
commit 361fbdcf90

View File

@ -103,7 +103,7 @@ client.subscribe(topic_houseBatteryLoadUnload)
try: try:
while True: while True:
logging.debug("Drawing") logging.debug("Drawing")
font10 = ImageFont.truetype(os.path.join(picdir, 'Font.ttc'), 15) font10 = ImageFont.truetype(os.path.join(picdir, 'Font.ttc'), 16)
HBlackimage = Image.new('1', (epd.height, epd.width), 255) # 298*126 HBlackimage = Image.new('1', (epd.height, epd.width), 255) # 298*126
#HRedimage = Image.new('1', (epd.height, epd.width), 255) # 298*126 ryimage: red or yellow image #HRedimage = Image.new('1', (epd.height, epd.width), 255) # 298*126 ryimage: red or yellow image