avr: added ValueLabel_SetValue

This commit is contained in:
Martin Preuss
2026-04-06 19:01:17 +02:00
parent 0e501274eb
commit e5dafccb29

View File

@@ -89,6 +89,19 @@ ValueLabel_Init:
; ---------------------------------------------------------------------------
; @routine ValueLabel_SetValue @global
;
; @param Y address of widget
; @param X new value
ValueLabel_SetValue:
ldi r17, VLABEL_VALUE
bigjmp Widget_SetValue ; (any, !Y)
; @end
; ---------------------------------------------------------------------------
; @routine ValueLabel_OnSetValue @global
;