calibrate screen -> 2025-01-25 16:26:59

This commit is contained in:
pepev-nrt 2025-01-25 16:27:11 +01:00
parent d4aa097224
commit c2585de393

View file

@ -32,5 +32,10 @@ def main():
print(config)
displayService = DisplayHelper(screenWidth, screenHeight)
displayService.calibrate(cycles=1) # to calibrate in production
displayService.sleep() # go to sleep
if __name__ == "__main__":
main()