remove implemented stuff from TODO.

This commit is contained in:
Martin Preuss
2026-01-18 01:00:31 +01:00
parent c2d1234e00
commit 31cce1a609

View File

@@ -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)