fixed apidoc.
This commit is contained in:
@@ -48,10 +48,10 @@ Label_OnDraw:
|
|||||||
|
|
||||||
rcall Widget_Clear
|
rcall Widget_Clear
|
||||||
rcall labelWriteText
|
rcall labelWriteText
|
||||||
|
|
||||||
mov r16, r14
|
mov r16, r14
|
||||||
andi r16, (1<<WIDGETS_OPTSLO_BORDER_BIT)
|
andi r16, (1<<WIDGETS_OPTSLO_BORDER_BIT)
|
||||||
breq Label_OnDraw_done
|
breq Label_OnDraw_done
|
||||||
|
|
||||||
ldi r16, LOW(STYLE_BUTTON_COL_BORDER)
|
ldi r16, LOW(STYLE_BUTTON_COL_BORDER)
|
||||||
mov r2, r16
|
mov r2, r16
|
||||||
ldi r16, HIGH(STYLE_BUTTON_COL_BORDER)
|
ldi r16, HIGH(STYLE_BUTTON_COL_BORDER)
|
||||||
@@ -75,8 +75,6 @@ Label_OnDraw_ret:
|
|||||||
; @routine labelWriteText
|
; @routine labelWriteText
|
||||||
;
|
;
|
||||||
; @param Z byte address of object (for LPM!)
|
; @param Z byte address of object (for LPM!)
|
||||||
; @param R1:R0 background color
|
|
||||||
; @param R3:R2 foreground color
|
|
||||||
; @param R14 opts low
|
; @param R14 opts low
|
||||||
; @clobbers any, !Z
|
; @clobbers any, !Z
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user