Working data ingress into live data buffer

This commit is contained in:
2026-07-08 12:30:47 +01:00
parent 5887e0d0a0
commit 05bc8bdf25
7 changed files with 131 additions and 55 deletions

View File

@@ -1,6 +1,7 @@
# Copyright (C) 2026 Hector van der Aa <hector@h3cx.dev>
# Copyright (C) 2026 Association Exergie <association.exergie@gmail.com>
# SPDX-License-Identifier: GPL-3.0-or-later
from os import wait
import dearpygui.dearpygui as dpg
import dpg_gauges as dpgg
@@ -27,12 +28,9 @@ def build_windows() -> None:
):
# with dpg.group(tag=MENU_WINDOW_DATA_INPUT):
with dpgg.gauge_panel(
label="Autobreak narrow panel", width=430, height=285
label="Autobreak narrow panel", autosize_x=True, autosize_y=True
):
with dpgg.gauge_grid(
columns="auto", min_column_width=180, tag=MENU_WINDOW_DATA_INPUT
):
dpgg.analog_gauge(
tag="test_gauge",
label="new_gauge",
)
pass