1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

7625 Commits

Author SHA1 Message Date
Man, Jianting (Meco)
26ea9b00fc
docs(display) fix typo (#2946) 2021-12-29 09:06:18 -05:00
Gabor Kiss-Vamosi
b03dc9cf86 example(table): fix text alignment 2021-12-22 21:18:07 +01:00
Gabor Kiss-Vamosi
2392f585bb fix(btnmatrix): fix crash if an empty btnmatrix is pressed 2021-12-22 21:18:07 +01:00
Mariotaku
fc25194ed5
feat(draw): add draw_bg callback to draw_ctx #2934 (#2935)
* this is for #2934
reduced usage of blend mode
introduced draw_bg for draw_ctx

* fixed formatting
2021-12-22 19:03:44 +01:00
Gabor Kiss-Vamosi
4d61f38020 fix(label): dot not add dots if the label height > 1 font line height
fixes: #2907
2021-12-22 17:55:47 +01:00
Gabor Kiss-Vamosi
d3b7b4acfd chore(draw): add lv_draw_sw_wait_for_finish 2021-12-22 17:01:36 +01:00
xennex22
935caa64e4
fix: fix parameter order in function prototypes (#2929)
* Fixed inconsistent header for find_track_end()

* Fixed inconsistent header for lv_tileview_add_tile()

* Made ptr const in lv_tlsf_free()

* Made ptr const in lv_tlsf_free()

* Corrected lv_bar_set_value() calls

* Corrected use of bool for lv_anim_enable_t

* Fixed uninitialised variable for performance monitor

* Undo fix
2021-12-21 20:09:49 +01:00
Gabor Kiss-Vamosi
4b37052613 chore: fix warnings 2021-12-21 16:18:06 +01:00
Gabor Kiss-Vamosi
11b54a2086 chore: fix warnings 2021-12-21 16:06:11 +01:00
Gabor Kiss-Vamosi
db53ea925c arch(draw): allow replacing the draw engine
BREAKING CHANGE: the API of lv_draw_... function have been changed
2021-12-21 15:54:22 +01:00
guoweilkd
0831b6ba76
fix(style):add const qualifier for lv_style_get_prop() (#2933) 2021-12-21 15:09:17 +01:00
embeddedt
5bb3686ea8
ci fix check style action
The ability for lvgl-bot to format isn't being added.
2021-12-21 08:57:46 -05:00
Gabor Kiss-Vamosi
1cb9778914 chore run code formatter 2021-12-21 13:39:19 +01:00
Gabor Kiss-Vamosi
740d7400dd chore(conf): do not enable demos by default 2021-12-21 13:31:05 +01:00
Man, Jianting (Meco)
95d6307a97
feat(docs): add Chinese readme (#2919) 2021-12-21 10:41:28 +01:00
Man, Jianting (Meco)
6e5dc1a5d8
demo(music player): use only ASCII characters (#2931)
Some compilers don't recognize • because of different encoding method (such as 936)
2021-12-21 10:39:00 +01:00
guoweilkd
8315eb1ca4
feat(txt): add used_width parameter to _lv_txt_get_next_line() (#2898) 2021-12-21 10:37:02 +01:00
Gabor Kiss-Vamosi
0788d91899 fix(mem/perf monitor): fix issue introduced in #2910
fixes: #2932
2021-12-21 10:31:26 +01:00
Gabor Kiss-Vamosi
d79283c145
fix(example): update LVGL_Arduino.ino 2021-12-21 10:21:40 +01:00
Paul
28d06b0354
fix(dropdown): in lv_dropdpwn_get_selected_str handle if there are no options (#2925)
* fix lv_dropdown_get_selected_str

* fix lv_dropdown_get_selected_str

* fix lv_dropdown_get_selected_str
2021-12-20 15:57:03 +01:00
Gabor Kiss-Vamosi
d2316447c5 fix(theme): fix theme initialization issue introduced in 6e0072479 2021-12-20 15:37:19 +01:00
Gabor Kiss-Vamosi
fa9340c45f fix(roller): snap on press lost
fixes #2916
2021-12-20 15:09:32 +01:00
geert-KLA-BE
6e00724797
fix: lv_deinit/lv_init crash or hang (#2910)
* Fix themes that are not correctly initialized after lv_deinit

* Fix performance & memory monitoring not correctly initialized after lv_deinit & lv_init

* Apply code formatting fixes

* Fix build errors

* Fix build errors

* Fix formatting

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2021-12-20 14:05:06 +01:00
Man, Jianting (Meco)
e24a9fdf18
fix(rt-thread): improve the structure (#2912) 2021-12-20 13:17:08 +01:00
Man, Jianting (Meco)
70778fb9e4
fix: removed string format warnings for int32_t and uint32_t (#2924)
* fix:Removed string format warnings for int32_t and uint32_t
re-handle #2722

* feat(rt-thread): add the option of built-in examples
2021-12-20 09:52:07 +01:00
Man, Jianting (Meco)
01daed356a
fix(lv_fs_win32): add missing include of <stdio.h> (#2918) 2021-12-18 14:11:23 -05:00
Man, Jianting (Meco)
d85f6324a7
chore replace LittlevGL references with LVGL (#2913) 2021-12-17 20:52:46 -05:00
Gabor Kiss-Vamosi
8951bd2a15 Revert "experiement"
This reverts commit 5658cc9444db9325cce4897ecc9c308b116fdf95.
2021-12-17 15:04:34 +01:00
Gabor Kiss-Vamosi
53ececc5ec feat(obj): add lv_obj_get_event_user_data() 2021-12-17 14:58:23 +01:00
Gabor Kiss-Vamosi
70327bdb2d feat(obj) add LV_OBJ_FLAG_SCROLL_WITH_ARROW 2021-12-17 14:58:23 +01:00
Gabor Kiss-Vamosi
5658cc9444 experiement 2021-12-17 14:58:23 +01:00
embeddedt
2f808965a1
docs(font) fix example to match v8
Closes #2873. Thanks for bringing this to our attention @rafaelcorsi.
2021-12-16 21:01:51 -05:00
Jakob Vukalović
5eb11dc34f
fix: use unsigned integer literal for bit shifing. (#2888)
Fixes hicpp-signed-bitwise error.
2021-12-16 22:18:24 +01:00
Gabor Kiss-Vamosi
a3b22128ad chore: run code formatter 2021-12-16 20:55:36 +01:00
Gabor Kiss-Vamosi
6f40db2752 chore(conf) update lv_conf_template.h with demos 2021-12-16 20:52:18 +01:00
Gabor Kiss-Vamosi
5414652a41 arch merge lv_demos 2021-12-16 20:49:41 +01:00
xaowang96
350e15a12e
chore(lottie) move rlottie_capi.h to lv_rlottie.c (#2902)
fix(lottie) invalidate image src after delete rlottie

Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
Change-Id: Ie8ec726663335925ae9f25f2428097c2f948892e
2021-12-15 14:27:09 +01:00
Gabor Kiss-Vamosi
b9b4447369
chore trigger docs rebuild 2021-12-15 14:06:13 +01:00
_VIFEXTech
89df950082
chore(monkey) add the missing monkey from toctree (#2901) 2021-12-15 13:06:57 +01:00
_VIFEXTech
8a2c670be4
feat(others) add monkey test (#2885)
* fix(Kconfig) remove duplicate LV_BUILD_EXAMPLES configuration

* feat(refr) add reset of FPS statistics

* fix(conf) mismatched macro judgment

* feat(others) add monkey test

Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>

* fix(monkey) use lv_memset_00 to initialize monkey config

* fix(monkey) random upper limit value

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>

* feat(examples) add monkey test example

* feat(docs) add monkey test description

* feat(monkey) add user_data

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>

* docs(monkey) add instructions

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>

* fix(monkey) EX -> EXAMPLE

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>

* feat(monkey) add comments to monkey config

* docs(monkey) update usage

* feat(Kconfig) add monkey test configuration

* fix(monkey) rand() -> lv_rand()

* feat(example) add button monkey test

* docs(monkey) add button introduction

Signed-off-by: FASTSHIFT <vifextech@foxmail.com>

* fix(monkey) obj -> monkey

Signed-off-by: FASTSHIFT <vifextech@foxmail.com>

Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2021-12-14 20:55:45 +01:00
Bartosz Gołaszewski
050ee4848f
fix(qrcodegen) add brackets around assert calls (#2897)
Add brackets to fix build errors on platforms which define assert as an empty macro.
2021-12-14 08:34:59 -05:00
Gabor Kiss-Vamosi
cb7fc2bb59 fix(dropdown) be sure the list is the top object on the screen
fixes #2893
2021-12-13 20:26:24 +01:00
embeddedt
6de89e4b7b
ci remove formatting request workflow
This approach is too risky and insecure in its current implementation.
2021-12-13 08:55:36 -05:00
embeddedt
dddafaec94
ci one last try at this for tonight 2021-12-12 22:00:33 -05:00
embeddedt
8277f78d13
ci force pushing to upstream branch 2021-12-12 21:55:47 -05:00
embeddedt
cb3de308fd
ci try alternate checkout mechanism 2021-12-12 21:52:31 -05:00
embeddedt
9fcf52a82b
ci ensure lvgl-bot is used to make commits 2021-12-12 21:49:22 -05:00
embeddedt
02f02fa78f
ci apply my updates to the verify-formatting action 2021-12-12 21:44:14 -05:00
embeddedt
d1ccbf607f
ci fix typo in formatting action 2021-12-12 21:42:15 -05:00
embeddedt
1f6037ce98
ci more formatting action updates 2021-12-12 21:39:34 -05:00