From 5bd1e06850c46a99b66c8c80ee7cf308d45beff1 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Wed, 1 Oct 2025 23:21:12 +0200 Subject: [PATCH] aqhome-tool: visualize data points using aqdiagram. --- 0BUILD | 3 +- apps/aqhome-tool/0BUILD | 2 + apps/aqhome-tool/data/0BUILD | 2 + apps/aqhome-tool/data/imgperioddata.c | 306 ++++++++++++++++++++++++++ apps/aqhome-tool/data/imgperioddata.h | 21 ++ apps/aqhome-tool/main.c | 2 + 6 files changed, 335 insertions(+), 1 deletion(-) create mode 100644 apps/aqhome-tool/data/imgperioddata.c create mode 100644 apps/aqhome-tool/data/imgperioddata.h diff --git a/0BUILD b/0BUILD index 160de7f..36425b2 100644 --- a/0BUILD +++ b/0BUILD @@ -2,7 +2,7 @@ - + $(project_name) $(project_vmajor).$(project_vminor).$(project_vpatchlevel) @@ -153,6 +153,7 @@ plugindir gwengui-fox16 +