change font size
This commit is contained in:
parent
16a5b2d9c3
commit
f0623d2d22
@ -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'), 13)
|
font10 = ImageFont.truetype(os.path.join(picdir, 'Font.ttc'), 14)
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user