From 81d03619ff18c70a7608925278594c2340a2d37e Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 16 Dec 2019 21:41:41 +0100 Subject: [PATCH] Fixed typo --- modules/inkycal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/inkycal.py b/modules/inkycal.py index 0d99d2f..3ee2f93 100644 --- a/modules/inkycal.py +++ b/modules/inkycal.py @@ -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"""