From 31cce1a609e26384b7325f849511f480272e8e49 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 18 Jan 2026 01:00:31 +0100 Subject: [PATCH] remove implemented stuff from TODO. --- avr/modules/lcd2/gui2/TODO | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/avr/modules/lcd2/gui2/TODO b/avr/modules/lcd2/gui2/TODO index 85713a1..218c2e5 100644 --- a/avr/modules/lcd2/gui2/TODO +++ b/avr/modules/lcd2/gui2/TODO @@ -4,16 +4,16 @@ - move touch code there - flashingLabel - use timer to blink/flash label, e.g. when values change -- widget: - - font - - use ressourceId instead of direct pointer - - store font in ressources - sensor watch: - SDRAM vars: - - change limits to areas? - - add private flags (HAVE_VALUE, USE_WARNLIMIT, USE_CRITLIMIT) + - change limits + - SENSORWATCH_SD_OFFS_UPPERLIMIT_WARN_LO + - SENSORWATCH_SD_OFFS_LOWERLIMIT_WARN_LO + - SENSORWATCH_SD_OFFS_UPPERLIMIT_CRIT_LO + - SENSORWATCH_SD_OFFS_LOWERLIMIT_CRIT_LO + - add private flags (HAVE_VALUE, USE_UPPERWARNLIMIT, USE_LOWERWARNLIMIT, USE_UPPERCRITLIMIT, USE_LOWERCRITLIMIT) - widgets: - value (flashingLabel)