change font size
This commit is contained in:
		
							parent
							
								
									d48ca45680
								
							
						
					
					
						commit
						16a5b2d9c3
					
				@ -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'), 12)
 | 
					        font10 = ImageFont.truetype(os.path.join(picdir, 'Font.ttc'), 13)
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        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