ci(span): add unit test (#4595)

This commit is contained in:
Raúl Gotor
2023-10-02 18:04:01 +02:00
committed by GitHub
parent f751ad3c5e
commit 0b66468f2f
9 changed files with 293 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ too.
lines
-----
Use :cpp:expr:`lv_spangroup_set_lines(spangroup, 10)` to set the maximum number
Use :cpp:expr:`lv_spangroup_set_max_lines(spangroup, 10)` to set the maximum number
of lines to be displayed in LV_SPAN_MODE_BREAK mode, negative values
indicate no limit.