Skip to content

Commit 9f047de

Browse files
authored
Fix HASPmota border_side
1 parent c872648 commit 9f047de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HASPmota.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Attribute name|LVGL equivalent|Details
284284
`bg_color`|`style_bg_color`|Color of background, format is `#RRGGBB`
285285
`bg_grad_color`|`style_bg_grad_color`|Color of background gradient
286286
`bg_grad_dir`|`style_bg_grad_dir`|Gradient direction<br>`0`: none<br>`1`: Vertical (top to bottom) gradient<br>`2`: Horizontal (left to right) gradient
287-
`border_side`|`style_border_side`|Borders to be displayed (add all values)<br>`0`: none<br>`1`: bottom<br>`2`: top<br>`4`: left<br>`8`: bottom<br>`15`: full (all 4)
287+
`border_side`|`style_border_side`|Borders to be displayed (add all values)<br>`0`: none<br>`1`: bottom<br>`2`: top<br>`4`: left<br>`8`: right<br>`15`: full (all 4)
288288
`border_width`|`style_border_width`|Width of border in pixels
289289
`border_color`|`style_border_color`|
290290
`line_color`|`style_line_color`|Color of line

0 commit comments

Comments
 (0)