Skip to content
Snippets Groups Projects
Commit af86ab5e authored by dx's avatar dx
Browse files

python_payload: move captouch_cal after ctx init

parent f76eabae
No related branches found
No related tags found
No related merge requests found
......@@ -94,12 +94,12 @@ def main():
while(captouch_calibration_active()):
pass
captouch_cal()
ctx = get_ctx()
ctx.text_align = ctx.CENTER
ctx.text_baseline = ctx.MIDDLE
captouch_cal()
for module in MODULES:
module.init()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment