revert optimisation flag change
This commit is contained in:
@@ -104,7 +104,7 @@ class Inkycal:
|
||||
os.mkdir(image_folder)
|
||||
|
||||
# Option to use epaper image optimisation, reduces colours
|
||||
self.optimize = False
|
||||
self.optimize = True
|
||||
|
||||
self.show_border = self.settings.get('border_around_modules', False)
|
||||
|
||||
|
Reference in New Issue
Block a user