This repository was archived by the owner on Oct 31, 2025. It is now read-only.
Commit 88af64e
5 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
Submodule lv_drivers updated 1 file
- .github/workflows/build_micropython.yml+1-1
- .github/workflows/ccpp.yml-58
- .github/workflows/check_conf.yml+2-2
- .github/workflows/compile_docs.yml+4-4
- docs/widgets/extra/calendar.md+1-1
- docs/widgets/extra/keyboard.md+1-1
- src/core/lv_obj_style.c+10
- src/draw/arm2d/lv_gpu_arm2d.c+252-491
- src/draw/sw/lv_draw_sw_letter.c+1
- src/draw/swm341_dma2d/lv_gpu_swm341_dma2d.c+1-1
- src/extra/libs/png/lv_png.c+9-4
- src/extra/libs/sjpg/lv_sjpg.c+17-4
- src/extra/others/snapshot/lv_snapshot.c+1-1
- src/extra/widgets/chart/lv_chart.c+2-3
- src/extra/widgets/span/lv_span.c+1-1
- src/misc/lv_txt.c+11-9
- src/misc/lv_txt.h+8-4
- src/widgets/lv_canvas.h+1-1
- src/widgets/lv_label.c+21-3
- tests/ref_imgs/label_max_width.png
- tests/ref_imgs/widgets/span_01.png
- tests/ref_imgs/widgets/span_02.png
- tests/ref_imgs/widgets/span_03.png
- tests/ref_imgs/widgets/span_04.png
- tests/ref_imgs/widgets/span_05.png
- tests/ref_imgs/widgets/span_06.png
- tests/src/test_cases/test_label.c+61
- tests/src/test_cases/test_span.c+258
0 commit comments