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

@@ -58,6 +58,8 @@
.equ C03_EEID_SENSOR_TEMP = 0x11
.equ C03_EEID_SENSOR_HUM = 0x12
.equ EEID_SCREENSAVER = 0x20
; ---------------------------------------------------------------------------