try new synchro method
This commit is contained in:
@ -55,6 +55,11 @@ def build_parser() -> argparse.ArgumentParser:
|
||||
default="pg",
|
||||
help="Совместимый флаг. Поддерживаются только auto и pg; mpl удален.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--opengl",
|
||||
action="store_true",
|
||||
help="Включить OpenGL-ускорение для PyQtGraph. По умолчанию используется CPU-отрисовка.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--norm-type",
|
||||
choices=["projector", "simple"],
|
||||
|
||||
Reference in New Issue
Block a user