diff --git a/raspagenda.py b/raspagenda.py index 704b466..9d9fbac 100644 --- a/raspagenda.py +++ b/raspagenda.py @@ -33,7 +33,7 @@ def main(): print(config) displayService = DisplayHelper(screenWidth, screenHeight) - displayService.calibrate(cycles=1) # to calibrate in production + displayService.calibrate(cycles=0) # to calibrate in production displayService.sleep() # go to sleep