Commit Graph

10178 Commits

Author SHA1 Message Date
Dany.L
d85a39e78c feat(opengles): add basic driver for opengles (#6254)
Co-authored-by: Dany Liu <dany.yang.liu@email.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-07 22:54:52 +02:00
VIFEX
9a7639ccea feat(tests): add VG-Lite render test (#6264)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: liamHowatt <liamjmh0@gmail.com>
2024-06-07 22:29:13 +02:00
dependabot[bot]
6b17a613fd chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1 (#6323)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 21:23:16 +02:00
dependabot[bot]
9e98dfb853 chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.8.1 to 1.8.2 (#6322)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 21:22:01 +02:00
Gabor Kiss-Vamosi
59277de9f4 fix(dave2d): make it work without software render too (#6290) 2024-06-06 14:54:28 +08:00
becseya
ceadda8a46 feat(drivers): GLCDC support for RX72 family (#6291) 2024-06-03 19:43:35 +02:00
Gabor Kiss-Vamosi
a8be38b297 docs(examples): add the gradient examples (#6328) 2024-06-03 23:50:54 +08:00
Liam
af15a17a54 fix(demo): lv_demo_widgets update scale3 needle and label pos on resize (#6258)
Co-authored-by: C47D <carlos.santiago.diaz@gmail.com>
2024-06-03 17:38:16 +08:00
Liam
7f610bfc9d fix(example): lv_example_scale_3 second scale needle was scrollable (#6320) 2024-06-03 17:35:22 +08:00
Gabor Kiss-Vamosi
14ff25b6fb fix(roller): enable lv_example_roller_3 again (#6307) 2024-06-03 10:07:23 +08:00
Neo Xu
6e61a39b4b fix(math): fix compile warning (#6315)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-02 17:12:01 +08:00
jianglianfang
adb329905c feat(lottie): add external thorvg header file support (#6311)
Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
2024-06-01 10:48:21 +08:00
Fabian Blatz
70ed004ef3 feat(demos): add demo for the OSAL (#6182)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-01 10:46:13 +08:00
Rbb666
4ab68c5dc1 feat(rtthread): add cpu usage support (#6310) 2024-06-01 10:39:37 +08:00
Gabor Kiss-Vamosi
607ac06044 docs(quick-overview): update indev create to v9 (#6282) 2024-06-01 10:18:55 +08:00
Gabor Kiss-Vamosi
4ca147ef32 fix(dave2d): fix warnings on non Cortex-M85 (#6284) 2024-06-01 10:17:26 +08:00
Liam
5618ac915a fix(docs): Fix failing docs build in master since lottie (#6316) 2024-06-01 09:48:55 +08:00
Neo Xu
71df208074 feat(property): add style selector support for property API (#6275)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-05-31 10:49:19 +08:00
Niklas Fiekas
2d4dd3ba1b fix(display): cancelled screen animation may block input indefinitely (#6277) 2024-05-31 00:35:19 +02:00
Carglglz
0c1e4212c0 feat(micropython): improve mem core micropython (#6219) 2024-05-30 18:59:50 +02:00
Zhang Ji Peng
e81a4c34c4 feat(vector): add set viewport support for vector api with thorvg (#6299)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
2024-05-30 20:03:19 +08:00
Kevin Schlosser
793b10b769 feat(api_map): adds guards to api mapping (#6269) 2024-05-30 14:06:16 +08:00
jianglianfang
39808dc0d5 feat(vg_lite): img_decoder add stride from src (#6292)
Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
2024-05-29 10:20:35 +08:00
jaeho
9d622ee822 fix(obj): search child object using depth-first search (#6287)
Co-authored-by: jaeho83.lim <jaeho83.lim@lge.com>
2024-05-28 13:26:05 +02:00
lhdjply
02524ff242 chore(example): fix build break caused by undefined LV_USE_DRAW_SW_COMPLEX_GRADIENTS (#6286) 2024-05-28 19:11:33 +08:00
lhdjply
18dfa7b7ed feat(thorvg): update thorvg version to 0.13.5 (#6274)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-05-28 10:21:39 +08:00
lhdjply
b9278aed00 docs(lottie): fix missing lottie link on the widgets index (#6272)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-05-27 19:27:06 +02:00
Neo Xu
f240094f32 chore(log): remove \n from log message (#6276)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-05-27 19:54:48 +08:00
Neo Xu
ba3afe6fc1 perf(obj): return directly if parent is unchanged (#6283)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-05-27 19:52:01 +08:00
Gabor Kiss-Vamosi
340fee4106 docs(quick-overview): clarify which folders are required (#6250)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-05-27 19:47:36 +08:00
ymh-masuda
ba8642bbc8 fix(roller): avoid divided-by-zero during draw event (#6285) 2024-05-27 13:13:34 +08:00
Gabor Kiss-Vamosi
63edb43d44 fix(indev): fix elastic scrolling with snapping (#6230) 2024-05-27 13:12:12 +08:00
Gabor Kiss-Vamosi
7a13d56c59 fix(benchmark): use the correct subject for performance data (#6237) 2024-05-27 06:46:48 +02:00
Neo Xu
64598041be feat(obj): add check null pointer (#6249)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-05-26 18:01:07 +02:00
Kevin Schlosser
01749e0687 ci(micropython): improve logs (#6257) 2024-05-26 17:57:48 +02:00
Niklas Fiekas
93a9190dd8 fix(layouts): fix rounding for fr in grid layout (#6255) 2024-05-26 17:55:21 +02:00
Zoltan Janosy
48caa8d772 feat(draw_sw): implemented radial gradient background (#6170)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-05-26 17:17:16 +02:00
Gabor Kiss-Vamosi
b8b7e29156 feat(refr): add backward compatibility for LV_COLOR_16_SWAP (#6225) 2024-05-24 22:58:41 +02:00
jeremy-baker
8bc1ba749f fix (dave2d) : remove __NOP(); and __BKPT(0); (#6228)
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-05-24 08:26:39 +02:00
VIFEX
148f6444c1 Revert "feat(pxp): add zephyr support" (#6261) 2024-05-24 14:22:09 +08:00
qinshijing
d224459d81 feat(bidi): support set neutral string (#6146)
Signed-off-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: qinshijing <qinshijing@xiaomi.com>
2024-05-24 11:48:26 +08:00
Fabian Blatz
e1cc12eb27 feat(pxp): add zephyr support (#6159) 2024-05-24 11:47:32 +08:00
Gabor Kiss-Vamosi
16f79f4f04 fix(sdl): handle if the window_id is not set correctly in SDL (#6194) 2024-05-24 11:45:06 +08:00
Gabor Kiss-Vamosi
39382719be docs(simulator): update simulator page and mention lv_port_linux (#6205)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-05-24 11:44:19 +08:00
Tim Stableford
5ac14e42dd fix(drivers): drm driver not initialising with small screens (#6244) 2024-05-24 11:31:01 +08:00
Gabor Kiss-Vamosi
f2e81d80b3 ci(test): remove non-native builds and add native 32 and 64 bit builds instead 2024-05-23 18:25:17 +02:00
Gabor Kiss-Vamosi
9c5ca0e081 feat(lottie): add ThorVG based lottie widget 2024-05-23 18:25:17 +02:00
Gabor Kiss-Vamosi
f34ec4b671 fix(thorvg): use premultiplied images in SW render 2024-05-23 18:25:17 +02:00
Gabor Kiss-Vamosi
7addc72735 feat(thorvg): update ThorVG to v0.11.99 2024-05-23 18:25:17 +02:00
Akos Becsey
4d12d64e4e feat(drivers): Renesas GLCDC display dirver 2024-05-23 00:44:41 +02:00