diff --git a/avr/modules/lcd2/gui2/base/valuelabel.asm b/avr/modules/lcd2/gui2/base/valuelabel.asm index 3d2fb48..4c95e40 100644 --- a/avr/modules/lcd2/gui2/base/valuelabel.asm +++ b/avr/modules/lcd2/gui2/base/valuelabel.asm @@ -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 ;