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:
@@ -50,10 +50,11 @@ appC03:
|
||||
.dw 0 ; first child
|
||||
.dw 0 ; target
|
||||
.dw 0 ; selector (ony lower 8 bits used)
|
||||
.dw appC03_signalmap*2 ; signal map
|
||||
.dw appC03_signalmap*2 ; signal map
|
||||
; GUIAPP
|
||||
.dw appC03_ramdata ; SDRAM data
|
||||
.dw winRoot*2 ; root widget
|
||||
.dw appC03_ramdata ; SDRAM data
|
||||
.dw winRoot*2 ; root widget
|
||||
.dw winScreenSaver*2 ; screen saver
|
||||
|
||||
appC03_signalmap:
|
||||
.db 0, OBJECT_SIGNAL_TIMER, LOW(GuiApp_OnTimer), HIGH(GuiApp_OnTimer)
|
||||
|
||||
Reference in New Issue
Block a user