gui2: more work. SensorWatch doesn't fully work, yet (also red background).

This commit is contained in:
Martin Preuss
2026-03-12 00:37:44 +01:00
parent 092c667291
commit 2f570ea110
10 changed files with 454 additions and 57 deletions

View File

@@ -199,9 +199,9 @@ onSystemStart:
; Called on every message received
onMessageReceived:
; lds yl, guiApp
; lds yh, guiApp+1
; bigcall GuiApp_MsgReceived
lds yl, guiApp
lds yh, guiApp+1
bigcall GuiApp_MsgReceived
clc
ret
; @end