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