errors in display.py -> 2025-01-25 16:37:25
This commit is contained in:
parent
a5c09e6e9e
commit
05dc46f490
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue