Code cleanup
This commit is contained in:
		| @@ -89,11 +89,10 @@ while True: | |||||||
|       except: |       except: | ||||||
|         pass |         pass | ||||||
|  |  | ||||||
|     image.save(image_path + 'canvas.png') |     image.save(image_path + 'canvas.png')    | ||||||
|     display.reduce_colours(image)     |  | ||||||
|  |  | ||||||
|     """---------Refreshing E-Paper with newly created image-----------""" |     """---------Refreshing E-Paper with newly created image-----------""" | ||||||
|     display.show_image(image) |     display.show_image(image, reduce_colours=False) | ||||||
|  |  | ||||||
|     """--------------Post processing after main loop-----------------""" |     """--------------Post processing after main loop-----------------""" | ||||||
|     """Collect some garbage to free up some resources""" |     """Collect some garbage to free up some resources""" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user