calibrate screen -> 2025-01-25 16:26:59
This commit is contained in:
parent
d4aa097224
commit
c2585de393
1 changed files with 5 additions and 0 deletions
|
@ -32,5 +32,10 @@ def main():
|
||||||
|
|
||||||
print(config)
|
print(config)
|
||||||
|
|
||||||
|
displayService = DisplayHelper(screenWidth, screenHeight)
|
||||||
|
displayService.calibrate(cycles=1) # to calibrate in production
|
||||||
|
displayService.sleep() # go to sleep
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
Loading…
Add table
Reference in a new issue