gui: started working on connections page for light settings.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user