Commit Graph

9884 Commits

Author SHA1 Message Date
_VIFEXTech
baf7fedc82 feat(image_decoder): add stride warning (#5471)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-15 17:14:31 +08:00
Neo Xu
1238b21cb8 fix(array): use memmove instead of memcopy (#5656)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-15 15:38:45 +08:00
eggfly
ee915f9cba fix(image): fix wrong log level statement (#5655) 2024-02-15 12:00:49 +08:00
_VIFEXTech
aad5a325d5 chore: add stride information in the image resource file (#5653)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-02-15 11:58:18 +08:00
HakSeung Wang
bf47753ee0 fix(tests): fix test_img_emoji_F617.c error include path (#5652) 2024-02-14 21:42:57 +08:00
Felix-devel
bb7e9270c2 fix(FreeRTOS): Stacksize calculation (#5647) 2024-02-14 14:59:09 +08:00
Gabor Kiss-Vamosi
961a90cb0a fix(benchmark): fix FPS calculation (#5646) 2024-02-14 07:04:27 +01:00
Gabor Kiss-Vamosi
f622750cfe fix(label): consider max-width (#5644) 2024-02-13 16:27:41 +01:00
Gabor Kiss-Vamosi
3db226bc81 fix(demo): fix memory leak in vector demo (#5643) 2024-02-13 09:56:13 +01:00
lhdjply
e6dc2f05d2 docs(README_Zh): remove mentions of SquareLine Studio (#5640) 2024-02-12 20:58:40 +01:00
Hatim-Pierre FAZILEABASSE
eecfc27361 docs(profiler): fix my_get_cpu_cb implementation (#5641)
Signed-off-by: Hatim-Pierre FAZILEABASSE <hatim-pierre.fazileabasse@ingenico.com>
2024-02-12 20:56:51 +01:00
Gabor Kiss-Vamosi
54ea01e019 ci(assets): add LV_BUILD_TEST guard (#5616) 2024-02-12 19:36:19 +01:00
PGNetHun
3f3066ee2c fix(calendar): fix crash when no default is set (#5621) 2024-02-12 19:14:43 +01:00
IAMMX
a3624f6e32 docs(demos): remove inconsistent READMEs (#5626) 2024-02-12 19:08:21 +01:00
Gabor Kiss-Vamosi
5895858c99 docs(README): remove mentions of SquareLine Studio (#5638) 2024-02-12 18:59:22 +01:00
Hatim-Pierre FAZILEABASSE
06812c74a7 fix(freetype): fix using memfs to create a FT font (#5627)
Signed-off-by: Hatim-Pierre FAZILEABASSE <hatim-pierre.fazileabasse@ingenico.com>
2024-02-12 22:48:50 +08:00
Stephan Wirth
6c6085aeb4 fix(indev): fix variable name in preprocessor warning (#5637) 2024-02-12 22:46:50 +08:00
Neo Xu
73f2f547cb fix(rle): avoid buffer overflow when compressed data is not in pixel unit (#5619)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-11 11:18:34 +08:00
Gabor Kiss-Vamosi
28a7c37b79 docs(changelog): mention more features removed in v9 (#5632) 2024-02-11 11:15:53 +08:00
Neo Xu
7f669001a3 chore(draw_buf): remove unnecessary info logs (#5634)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-11 11:05:32 +08:00
Gabor Kiss-Vamosi
10978c94c2 feat(image, layer): add bitmap mask feature (#5545) 2024-02-10 20:57:46 +01:00
GoT
cfd14cdacd fix(LVGLImage): use lv_image_dsc_t instead of lv_img_dsc_t (#5629) 2024-02-09 21:01:52 +08:00
Gabor Kiss-Vamosi
5ed335183b ci(codecov): disable CodeCov (#5623) 2024-02-08 14:52:58 +01:00
_VIFEXTech
d6878daa50 fix(vg_lite): fix linear image use after free (#5618)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-08 21:32:08 +08:00
Gabor Kiss-Vamosi
7ef1db99f4 fix(kconfig): skip lv_conf.h by default (#5617) 2024-02-08 14:23:29 +01:00
Peter Bee
d2ec6c0351 feat(draw-sw): add simple Helium acceleration (#5596)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
2024-02-07 22:45:14 +01:00
PGNetHun
bc7d95c628 docs(micropython): update MicroPython examples in documentation (#5622) 2024-02-07 21:57:51 +01:00
Gabor Kiss-Vamosi
abd3490a26 docs(contributing): fix links (#5615) 2024-02-07 15:06:51 +01:00
Neo Xu
a65634186a feat(cache): use unified cache entry free callback (#5612)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-02-07 08:45:42 +01:00
Carlos Diaz
cdcacf0edc docs(porting): add missing colon in porting docs (#5613) 2024-02-07 08:28:02 +01:00
Neo Xu
1341b88986 feat(draw_buf): use draw_buf as parameter of invalidate_cache API (#5602)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-07 12:26:41 +08:00
Gabor Kiss-Vamosi
43b79a4ce8 docs(contributing): update the feature development workflow (#5601) 2024-02-07 12:15:43 +08:00
Gabor Kiss-Vamosi
2a020c4baa perf(draw): minor optimization on rgb565 color blending (#5603) 2024-02-07 12:13:12 +08:00
Neo Xu
7579b96b9b fix(image): add data_size filed to all c-array images (#5608)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-07 12:13:00 +08:00
Gabriel Wang
d697a3fc95 chore(cmsis-pack): catchup update (#5611) 2024-02-07 12:12:25 +08:00
Carlos Diaz
e653e26bf8 More chore work in indev files (#5604) 2024-02-07 12:11:24 +08:00
GoT
2dc9c37eb2 fix(doc): wrong code for Displays transparency (#5607) 2024-02-06 18:55:29 +08:00
Neo Xu
ad81f1f8cc Stride adjust in place (#5423)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-06 17:53:14 +08:00
Neo Xu
812e98aa8b chore(conf): use EXTERNAL and INTERNAL macro to config libs (#5046)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-06 16:24:59 +08:00
Neo Xu
9778599e03 chore(vg_lite): use pointer to access matrix element (#5591)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-05 23:03:17 +08:00
Neo Xu
a1d9b5b5c0 feat(script): add ARGB8565 format support (#5593)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-05 22:28:37 +08:00
Neo Xu
7f0b4d76d1 fix(refr): take stride into consideration in partial update mode (#5583)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-05 22:28:18 +08:00
Gabor Kiss-Vamosi
c1cecb5692 fix(test): fix typo related to #5559 (#5594) 2024-02-05 13:00:08 +01:00
Gabor Kiss-Vamosi
33260fba35 fix(sysmon): fix build error when LV_USE_PERF_MONITOR_LOG_MODE is enabled (#5597) 2024-02-05 10:34:33 +01:00
Gabor Kiss-Vamosi
4f3c5e0355 fix(sdl): use the new draw buffer structure in the layers (#5578) 2024-02-05 10:17:25 +01:00
PGNetHun
e71269d046 docs(tabview): fix tabview doc (#5588) 2024-02-05 08:56:08 +01:00
Gabor Kiss-Vamosi
f880cc8c15 fix(benchmark): improve the benchmark (#5558) 2024-02-05 08:42:15 +01:00
_VIFEXTech
973a6f062a feat(vg_lite): add ARGB8565 support (#5592)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-05 15:29:49 +08:00
J. Neuschäfer
c23b9bc5ce docs(indev): Document the relation between LV_INDEV_MODE_EVENT and data->continue_reading (#5586) 2024-02-05 14:12:19 +08:00
_VIFEXTech
61c209c504 feat(vg_lite): add gpu idle flush (#5571)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-02-05 11:00:46 +08:00