try new synchro method

This commit is contained in:
awe
2026-04-09 19:05:58 +03:00
parent 339cb85dce
commit afd8538900
5 changed files with 263 additions and 12 deletions

View File

@ -310,7 +310,7 @@ def run_pyqtgraph(args) -> None:
)
pg.setConfigOptions(
useOpenGL=not peak_calibrate_mode,
useOpenGL=bool(getattr(args, "opengl", False)),
antialias=False,
imageAxisOrder="row-major",
)