errors in display.py -> 2025-01-25 16:37:25

This commit is contained in:
pepev-nrt 2025-01-25 16:37:32 +01:00
parent a5c09e6e9e
commit 05dc46f490

View file

@ -33,7 +33,7 @@ def main():
print(config) print(config)
displayService = DisplayHelper(screenWidth, screenHeight) 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 displayService.sleep() # go to sleep