gui: started working on connections page for light settings.

This commit is contained in:
Martin Preuss
2026-05-08 22:08:06 +02:00
parent f00b7975c0
commit 22b3b14dfb
2 changed files with 567 additions and 1 deletions

View File

@@ -210,7 +210,7 @@ c03AppCreateWinDebug_ret:
ret
#endif
#if 1
#if 0
push yl
push yh
@@ -241,6 +241,30 @@ c03AppCreateWinDebug_ret:
ret
#endif
#if 1
push yl
push yh
ldi r20, LOW(RESSOURCE_TXT_LEDCONNECTIONS)
ldi r21, HIGH(RESSOURCE_TXT_LEDCONNECTIONS)
bigcall DlgLightConns_new
mov xl, yl
mov xh, yh
sec
pop yh
pop yl
brcc c03AppCreateWinDebug_ret
std Y+C03APP_OFFS_WDEBUG_LO, xl
std Y+C03APP_OFFS_WDEBUG_HI, xh
ldi r16, C03APP_SEL_DEBUG
rcall c03AppSetTargetAndSelector
sec
c03AppCreateWinDebug_ret:
ret
#endif
; @end