gui2: more work, added image viewer.

This commit is contained in:
Martin Preuss
2026-01-14 22:57:14 +01:00
parent 99c58d13e2
commit 37689fbc1d
7 changed files with 393 additions and 173 deletions

View File

@@ -245,6 +245,19 @@ GuiApp_OnTouch_done:
; ---------------------------------------------------------------------------
; @routine GuiApp_OnMsgReceived @global
;
; @param Z byte address of guiapp object (for LPM!)
; @param X pointer to touch event in SDRAM
GuiApp_OnMsgReceived:
sec
ret
; @end
; ---------------------------------------------------------------------------
; @routine GuiApp_OnCreate @global
;