Commit Graph

9759 Commits

Author SHA1 Message Date
_VIFEXTech
5675db01ac fix(vg_lite): add missing 24bit color support check (#5469)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-25 13:12:32 +08:00
Gabor Kiss-Vamosi
6a19726517 fix(display): set last_activity_time to the current time in lv_display (#5463) 2024-01-25 11:40:02 +08:00
Davide Faletti
598be8bcfa fix(observer): fixed lv_subject_remove_all_obj (#5464) 2024-01-24 14:41:11 +01:00
Johannes Marbach
03cf1d1a0c feat(fbdev): add docs and allow forcing refresh (#5444) 2024-01-24 14:38:18 +01:00
Neo Xu
6fa79e945f chore(array): use array_front and use it like an array (#5448)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-24 13:55:04 +01:00
_VIFEXTech
326afb3f76 fix(image_decoder): fix decoder not close (#5437)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Benign X <1341398182@qq.com>
2024-01-24 13:02:27 +01:00
_VIFEXTech
7cacfa378f fix(nuttx): fix build break (#5440)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-24 12:46:22 +01:00
Neo Xu
cfb49e9d05 chore(cache): only cache header info for file type of image (#5455)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-24 12:40:20 +01:00
Benign X
17fd06000c refactor(indev_scroll): refactor code (#5456) 2024-01-24 12:38:48 +01:00
Niklas Fiekas
0fe187e905 fix: fix warnings with -flto on GCC 11 (#5433) 2024-01-24 12:02:03 +01:00
Neo Xu
0353bccc0a feat(script): add tool to view bin image (#5451)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-24 17:47:49 +08:00
Neo Xu
12cd58419f fix(assert): add new macro to format assert message (#5453)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-24 17:46:34 +08:00
Neo Xu
5f84a510ab chore(draw_buf): add header magic to draw buff (#5449)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-24 17:42:13 +08:00
Neo Xu
f24d09b78a fix(decoder): if draw unit supports indexed image, don't add to cache (#5438)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-24 10:40:08 +08:00
J. Neuschäfer
8d19189422 docs(disp): Fix pointer cast in flush_cb example (#5439)
Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
2024-01-24 10:39:45 +08:00
_VIFEXTech
5c9a0cc017 feat(vg_lite): add profiler instrumentation (#5434)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-23 12:17:31 +01:00
Gabor Kiss-Vamosi
1a182a70ed fix(bar): mask the brackground to fix it on value adjustment (#5426) 2024-01-23 12:13:12 +01:00
_VIFEXTech
9b7de6ee87 chore(Kconfig): add missing profiler trace buffer size config (#5436)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-23 12:05:35 +01:00
_VIFEXTech
3fd20b58ba fix(lvgl.mk): fix vg_lite_tvg.cpp not compiling (#5435)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-23 12:05:05 +01:00
Gabor Kiss-Vamosi
27e79328aa fix(ci): use the dev branch of PlatformIO (#5432) 2024-01-23 10:51:26 +01:00
蒋慧赟
5ec8de60cc docs(font): about "base dir" (#5429) 2024-01-23 08:18:04 +01:00
_VIFEXTech
bf44514ad3 chore(libpng): fix warning (#5431)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-23 08:12:38 +01:00
Zhang Ji Peng
377a99947f fix(vector) : add path bounding and matrix transform functions. (#5389)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
2024-01-23 08:11:01 +01:00
_VIFEXTech
b125d1baad perf(vg_lite): add asynchronous rendering support (#5398)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-23 12:06:35 +08:00
Gabriel Wang
09cb87cdc6 chore(cmsis-pack): update cmsis-pack for some missing PRs (#5424) v9.0.0 2024-01-22 18:31:42 +01:00
Gabriel Wang
51b8d8e4ea chore(cmsis-pack): prepare for releasing LVGL9 (#5417) 2024-01-22 18:05:05 +01:00
Gabor Kiss-Vamosi
1771cf0b38 feat(sysmon): add option to use custom idle function (#5421) 2024-01-22 16:57:46 +01:00
_VIFEXTech
2e90e65383 feat(nuttx): add builtin profiler adaptation (#5415)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-22 14:31:22 +01:00
Benign X
7b68aef4ab feat(image_decoder): add image decoder header cache (#5420) 2024-01-22 14:28:58 +01:00
Tong R
4a60e01f8c fix(gridnav): fix the lv_gridnav_remove which may remove the event incorrectly (#5410) 2024-01-22 14:27:07 +01:00
Benign X
4e49a6bf96 feat(image_decoder): simplify lv_image_decoder_get_info/open workflow (#5404) 2024-01-22 13:45:00 +01:00
_VIFEXTech
151da62a9e feat(profiler_builtin): add enable/disable interface (#5414)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-22 13:26:17 +01:00
Benign X
cf7ee6feba fix(decoder_dsc): replace decoder_dsc.header with decoder_dsc.decoded->header (#5405) 2024-01-22 13:01:20 +01:00
Benign X
40b9a8f6ec feat(image_decoder): remove args for open_cb (#5402) 2024-01-22 12:57:54 +01:00
Gabor Kiss-Vamosi
2297338c0d revert "feat(decoder): add image header cache" (#5418) 2024-01-22 12:57:06 +01:00
_VIFEXTech
59c624aa38 perf(draw): use lv_memzero to quickly clean up transparent masks (#5401)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
2024-01-22 12:50:16 +01:00
Benign X
d26eac8f3a feat(decoder): add image header cache (#5407) 2024-01-22 12:44:14 +01:00
Benign X
356f3ed018 fix(draw_label): fix draw label missing format mapping (#5413) 2024-01-22 08:50:00 +01:00
Benign X
838cbd6ae6 fix(CI): fix CI not working properly (#5403) 2024-01-20 00:09:45 +01:00
Benign X
a8f1d82b66 fix(display): fix incorrect assert conditions (#5400) 2024-01-20 01:07:52 +08:00
lhdjply
f470539f4c docs: add Chinese README (#5388)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Benign X <1341398182@qq.com>
2024-01-19 21:18:32 +08:00
Gabor Kiss-Vamosi
24d8946daf docs: improve PR template (#5332) 2024-01-19 11:42:37 +01:00
Neo Xu
f42917ad09 feat(display): assert when buffer is not aligned (#5272)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-19 18:36:49 +08:00
Kenji Mouri (Qi Lu)
13f60d65f5 fix(demos): remove unnecessary dependencies (#5390) 2024-01-19 10:54:11 +01:00
Benign X
c0d2e094cc chore(image_decoder): remove unused codes (#5393) 2024-01-19 10:43:34 +01:00
Neo Xu
24115615bc feat(assert): support format string in assert message (#5392)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-19 10:39:10 +01:00
Neo Xu
214d72da88 feat(test): automatically generate test image (#4976)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-19 10:38:30 +01:00
Gabor Kiss-Vamosi
7c1cb04dee fix(gridnav): fix warning when logging is disabled (#5395) 2024-01-19 10:00:10 +01:00
Carlos Diaz
481d867cc3 test(obj): Add initial tests for lv_obj_move_to_index (#5284)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-01-19 09:53:35 +01:00
Gabor Kiss-Vamosi
1a81b836a8 docs: fix build error (#5385) 2024-01-19 11:21:33 +08:00