avr/gui2: added screen saver app

screen saver can be turned off by:
- touching and releasing the display
- specific messages (e.g. motion detection msg from other nodes)
This commit is contained in:
Martin Preuss
2026-02-07 16:09:31 +01:00
parent 39d1060334
commit 28deb9c591
10 changed files with 738 additions and 25 deletions

View File

@@ -20,6 +20,9 @@
<value name="HUM_LIMIT_WARN" id="0x97" type="actor" dataType="uint32" />
<value name="HUM_LIMIT_CRIT" id="0x98" type="actor" dataType="uint32" />
<value name="MOTION_SOURCE1" id="0x9a" type="actor" dataType="uint16" />
<value name="MOTION_SOURCE2" id="0x9b" type="actor" dataType="uint16" />
</values>
</device>