Fixed typo
This commit is contained in:
parent
44d8a48c1a
commit
81d03619ff
@ -92,7 +92,7 @@ while True:
|
|||||||
image.save(image_path + 'canvas.png')
|
image.save(image_path + 'canvas.png')
|
||||||
|
|
||||||
"""---------Refreshing E-Paper with newly created image-----------"""
|
"""---------Refreshing E-Paper with newly created image-----------"""
|
||||||
display.show_image(image, reduce_colours=False)
|
display.show_image(image, reduce_colours= True)
|
||||||
|
|
||||||
"""--------------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"""
|
||||||
|
Loading…
Reference in New Issue
Block a user