Fixed typo

This commit is contained in:
Ace 2019-12-16 21:41:41 +01:00 committed by GitHub
parent 44d8a48c1a
commit 81d03619ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ while True:
image.save(image_path + 'canvas.png')
"""---------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-----------------"""
"""Collect some garbage to free up some resources"""