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

8500 Commits

Author SHA1 Message Date
Fabian
bdf3d4e666
Revert "fix(flush,tick): use atomics instead of volatile for synchronization (#3965)" (#3997) 2023-02-17 16:09:53 +01:00
fvanroie
7c583ac8d6
fix(img): possible divide by 0 exception (lvgl#3988) (#3991)
Co-authored-by: fvanroie <cpt_jack@msn.com>
2023-02-15 20:57:41 +01:00
Tom
b0fa0e286c
docs(stm32): add instructions to include LVGL in STM32CubeIDE (#3983) 2023-02-14 21:39:35 +01:00
Gabor Kiss-Vamosi
30ea0dce90 fix(keyboard): add the missing & sign
fixes https://forum.lvgl.io/t/please-add-the-symbol-to-the-default-virtual-keyboard/10926
2023-02-14 14:57:54 +01:00
Fabian
fc659cdecc
fix(flush,tick): use atomics instead of volatile for synchronization (#3965) 2023-02-14 10:06:58 +01:00
Gabor Kiss-Vamosi
56e26f8d4e ci(conf): enable FS cache for unit tests 2023-02-14 09:01:03 +01:00
Gabor Kiss-Vamosi
aeb71265da chore(meter): fix code formatting 2023-02-14 08:18:11 +01:00
Gabor Kiss-Vamosi
d979967d38 chore(meter): fix typo 2023-02-09 11:33:52 +01:00
Neo Xu
3e2e867027
fix(fs_posix): allow creating new file and set permission. (#3976)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2023-02-08 10:01:02 +01:00
Gabriel Wang
a12326ed2d
chore(cmsis-pack): update pidx for v8.3.5 release (#3974) 2023-02-08 09:52:38 +01:00
Gabor Kiss-Vamosi
2c65c2f74a docs: update changelog with v8.3.5 2023-02-07 20:46:19 +01:00
_VIFEXTech
cf48783f6f
feat(img_cache): decouple the life flag from _lv_img_cache_entry_t (#3970)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-02-07 08:01:09 +01:00
sparkles43
9a63653c42
feat(style): add function to replace styles while preserving the style stack (#3962) 2023-02-07 07:51:53 +01:00
Junbo Zheng
d4afcdce61
fix(monkey): remove executable permissions from source files (#3971)
Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>
2023-02-07 07:33:54 +01:00
_VIFEXTech
1451cefb16
feat(types): add lv_intptr_t (#3969)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-02-06 11:05:01 +01:00
Fabian
70321fb102
chore(scripts): change line-ending of lv conf python script (#3967) 2023-02-05 08:06:30 +01:00
Gabor Kiss-Vamosi
27400cd9ad fix(meter): fix events and draw_part_dsc-s
fixes https://forum.lvgl.io/t/event-sent-wrong-in-lv-meter-c/10834/2
2023-02-04 17:48:29 +01:00
Gabor Kiss-Vamosi
b9b55a9eed fix(arduino): fix typo 2023-02-04 17:41:42 +01:00
Gabor Kiss-Vamosi
801d776e78 fix(arduino): fix the include path of the demos and examples
related to https://github.com/lvgl/lvgl/issues/3166#issuecomment-1412105482
2023-02-04 17:40:52 +01:00
Carlos Diaz
76547db1d7
refactor(rename): LV_IMG_ZOOM_NONE to LV_ZOOM_NONE (#3957)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-02-04 17:20:42 +01:00
W-Mai
aaa1b3880e
fix(obj): fixed warning when using clang compiler on macOS (#3960)
Signed-off-by: W-Mai <1341398182@qq.com>
2023-02-01 11:39:54 +01:00
Gabor Kiss-Vamosi
9424741e54 fix(style): add the missing support for pct pivot in tranasform style properties 2023-02-01 11:32:01 +01:00
Neo Xu
977192b736
fix(mem): memory access out of range in lv_strncpy_builtin (#3956)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2023-02-01 10:57:04 +01:00
Gabor Kiss-Vamosi
53a6d04504 docs(indev): fix the name of long_press_repeat_time (was long_press_rep_time)
fixes #3954
2023-02-01 10:43:00 +01:00
Mirco Pizzichini
1bfd3cad8f
fix(disp): fix the use of a null pointer in lv_scr_load_anim (#3951) 2023-02-01 10:19:27 +01:00
Joachim Krech
837f503592
fix(cmsis-pack): fix LVGL.pidx (#3947) 2023-01-29 01:04:58 +01:00
Gabor Kiss-Vamosi
8cbd718ef3 fix(roller): consider the recolor setting of the label
fixes #3950
2023-01-28 23:56:35 +01:00
nicusorcitu
7c7e99604f
feat(gpu): improve NXP's PXP and VGLite accelerators (#3948)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Stefan Babatie <stefan.babatie@nxp.com>
Signed-off-by: Wenbin Yuan <wenbin.yuan@nxp.com>
Co-authored-by: Stefan Babatie <stefan.babatie@nxp.com>
Co-authored-by: Wenbin Yuan <wenbin.yuan@nxp.com>
2023-01-28 23:14:40 +01:00
Bora Özgen
a21241d00c
fix(themes): show chart indicator in monochrome theme (#3946) 2023-01-26 21:10:58 +01:00
Gabor Kiss-Vamosi
347d16b421 fix(timer): referenced timer might be deleed when logging 2023-01-25 11:35:38 +01:00
Gabor Kiss-Vamosi
37bed3221e fix(timer): fix working with nested lv_async_calls
fixes: #3940
2023-01-25 10:54:31 +01:00
Gabor Kiss-Vamosi
2b3fbdfaa5 test: fix lvgl.h include path in assets 2023-01-23 09:35:55 +01:00
W-Mai
8ed8542681
feat(margin): add margin style property (#3807)
Signed-off-by: W-Mai <1341398182@qq.com>
Signed-off-by: xinbingnan<xinbingnan@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-01-18 09:52:30 +01:00
Gabor Kiss-Vamosi
ad8eed9eb5 ci: avoide having files with the same name
Related to https://github.com/lvgl/lvgl/issues/3930#issuecomment-1385681008
2023-01-18 09:26:51 +01:00
_VIFEXTech
ee9588dbc6
chore: Use LV_PRIu32 to print uint32_t type variables (#3937)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2023-01-18 09:18:35 +01:00
Gabor Kiss-Vamosi
4365a8d0dc
docs: update the Version support table 2023-01-17 15:57:08 +01:00
Gabriel Wang
4e3f341b88
feat(cmsis-pack): monthly update for January (#3931) 2023-01-17 08:09:27 +01:00
_VIFEXTech
2a429d0513
chore: fix warnings (#3932)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-01-16 09:43:36 +01:00
Karim
abdaa4c6af
chore(lvgl): add the new lv_layouts.h header file (#3927) 2023-01-16 09:28:44 +01:00
Karim
9fe6ce9bae
fix(hal): remove extra include of "../draw/sdl/lv_draw_sdl.h" (#3924) 2023-01-16 09:28:17 +01:00
Karim
cbcd38efc8
fix(scripts): in lv_conf_internal preserve newline value for updated … (#3923) 2023-01-16 09:27:46 +01:00
Armin Brauns
300c863cb3
feat(line): allow LV_PCT for point coordinates (#3911) 2023-01-16 09:23:32 +01:00
Gabor Kiss-Vamosi
13c96e1504
Update layer.md 2023-01-13 09:28:23 +01:00
_VIFEXTech
bc868d33d4
feat(png): reallocate memory to reduce memory usage (#3922)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-01-13 09:13:49 +01:00
W-Mai
bc0d469a51
fix(barcode): fixed barcode test case didn't work (#3914)
Signed-off-by: W-Mai <1341398182@qq.com>
2023-01-10 21:21:06 +01:00
W-Mai
bbbbb3ab9d
fix(barcode): type conversion warning (#3913) 2023-01-10 21:20:00 +01:00
Armin Brauns
5a0176fc9b
fix(grid): correctly account for side padding with disabled borders (#3910) 2023-01-10 10:30:10 +01:00
some00
162e451396
ci(spinner): add unit test for spinner (#3901) 2023-01-06 21:02:13 +01:00
Mr.9You
699eca1542
fix(Kconfig): Fix wrong type of LV_FS_STDIO_CACHE_SIZE (#3898) 2023-01-05 21:11:15 +01:00
Man, Jianting (Meco)
26767e7f64
docs(readme): add LVGL Chinese flyer (#3886) 2023-01-04 06:22:15 +01:00