Commit Graph

1050 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
8b1ae269cd
feat: simplify the PR template (#5134) 2024-01-02 08:10:46 +01:00
Gabor Kiss-Vamosi
3664f35364
feat(style): add length style property (#5135) 2024-01-02 14:29:14 +08:00
Petteri Aimonen
78ef17a465
chore(docs): fix some outdated information (#5144) 2024-01-02 14:10:13 +08:00
bjsylvia
7b73c784ab
chore(docs): sync indev docs with the latest code (#5129)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-12-29 17:49:59 +08:00
PGNetHun
e0f7f31538
docs(image): fix expression formatting, and correct names (#5125) 2023-12-29 10:16:35 +08:00
_VIFEXTech
431a290942
chore(freetype): remove freetype sbit cache (#5115)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-12-28 16:21:38 +08:00
_VIFEXTech
4b995448bc
refact(anim_timeline): refact anim timeline design (#5061)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-12-22 14:56:36 +08:00
Gabor Kiss-Vamosi
b172c64a8c docs: fix syntax 2023-12-18 13:51:35 +01:00
Gabor Kiss-Vamosi
3ececbfc93 chore: CHANGELOG fixes 2023-12-16 18:23:03 +01:00
Gabor Kiss-Vamosi
21c2c0c168 docs: add v9 CHANGELOG 2023-12-16 17:02:48 +01:00
Gabor Kiss-Vamosi
823721c56f
Update ROADMAP.rst 2023-12-15 22:36:58 +01:00
Gabor Kiss-Vamosi
5988c56b40 feat(display): add LV_EVENT_COLOR_FORMAT_CHANGED 2023-12-15 16:48:06 +01:00
Gabor Kiss-Vamosi
d5daccdd48 docs: update API comments 2023-12-13 22:23:03 +01:00
_VIFEXTech
4be4cb6eee
feat(style): add skew style (#4886)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-12-12 09:18:01 +01:00
Gabor Kiss-Vamosi
3bb538b032 docs: add docs- prefix to link IDs in the banner 2023-12-11 19:16:55 +01:00
Gabor Kiss-Vamosi
a200c137c8 docs: add banner 2023-12-11 18:50:25 +01:00
Gabor Kiss-Vamosi
88865dd910 refactor: minor refactoring and widget docs update 2023-12-11 18:16:07 +01:00
Neo Xu
e8d5594026
refactor(anim): rename anim time to anim duration (#4978)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-11 12:35:22 +01:00
Niklas Fiekas
492721c99f
fix(snapshot): set data_size on returned dsc (#4964) 2023-12-09 19:47:08 +01:00
Niklas Fiekas
2120422d69
docs(tjpgd): update tjpgd docs (#4959) 2023-12-08 22:12:03 +01:00
Gabor Kiss-Vamosi
892eca9008 docs(disp): describe how to swap the bytes with RGB565 format 2023-12-07 20:14:28 +01:00
Neo Xu
de77e77882
chore(decoder): remove RLE image decoder (#4923)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-06 09:52:12 +01:00
Neo Xu
888e043af1
chore(property): use change API word order to make it consistent (#4941)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-06 09:16:26 +01:00
Gabor Kiss-Vamosi
7535bd4714 docs(porting): review and update to v9 2023-12-05 20:48:01 +01:00
Neo Xu
3e1d7524da
chore(image): remove not used frame_id para for decoder (#4933)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-12-05 17:03:06 +01:00
Gabor Kiss-Vamosi
c902556794 fix(observer): fix the parameters of the observer_cb for Micropython compatibility 2023-12-05 14:25:20 +01:00
PGNetHun
91020ea20e
fix(table): rename shortened function names to full names (#4918) 2023-12-04 22:57:47 +01:00
Gabor Kiss-Vamosi
f0988b8cf8 refactor(event): add _cb postfix to lv_obj_add_event() 2023-11-28 15:36:51 +01:00
GoT
0b22070d64
chore: fix typo related to lv_msgbox (#4882) 2023-11-28 14:58:09 +01:00
Gabor Kiss-Vamosi
dd960a60f3
chore(observer): fix misplaced text in docs 2023-11-27 16:36:53 +01:00
Gabor Kiss-Vamosi
81d8a110b1
docs(observer): add more information about subject groups 2023-11-27 16:35:31 +01:00
bjsylvia
950cebf971
fix(typos): fix some typos (#4864)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-11-26 20:41:09 +01:00
Neo Xu
695f4e9247
feat(decoder): add decoder open args (#4834)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-21 19:30:31 +01:00
Gabor Kiss-Vamosi
4bc03a8bea
Update ROADMAP.rst 2023-11-20 12:40:25 +01:00
Neo Xu
6be9592e8b
refactor(image decoder): move lvgl binary image decoder to standalone file (#4829)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-19 21:53:40 +01:00
Gabor Kiss-Vamosi
b1be5441c3
Update ROADMAP.rst 2023-11-19 12:28:09 +01:00
gcopoix
2cba406014
fix(cmake): fixed lvgl.pc source dir in install step if using FetchContent (#4815)
Co-authored-by: Gregor Copoix <gregor.copoix@ithinx.io>
2023-11-18 08:46:43 +01:00
Gabor Kiss-Vamosi
b56107ae05 refactor: fix typos 2023-11-15 22:58:07 +01:00
Gabor Kiss-Vamosi
4044856553 refactor: rename col to column 2023-11-15 22:42:34 +01:00
Gabor Kiss-Vamosi
235d580a51 refactor: rename cnt to count 2023-11-15 22:42:33 +01:00
Gabor Kiss-Vamosi
43a231cf5a refactor(tabview): make it use with buttons instead of button matrix 2023-11-15 22:42:33 +01:00
gcopoix
5267c0b9f4
feat(drivers): add x11 driver (display/input) support (#4795)
Co-authored-by: Gregor Copoix <gregor.copoix@ithinx.io>
2023-11-15 14:08:03 +01:00
bjsylvia
5ad2831f2e
fix(roadmap): fix typos (#4810)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
2023-11-15 13:29:56 +01:00
Gabor Kiss-Vamosi
51bc45f870 refactor(font_load): rename font_load to binfont_load
font_load was to generic
2023-11-14 08:48:28 +01:00
Gabor Kiss-Vamosi
293937a1df feat(anim): make animation time support speed as well 2023-11-13 22:14:01 +01:00
Neo Xu
d73f260002
feat(image): add custom RLE decoder (#4332)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-11-13 08:38:27 +01:00
Gabor Kiss-Vamosi
21a5841f6b
chore: update ROADMAP.rst 2023-11-08 00:41:36 +01:00
Gabor Kiss-Vamosi
17ab0518c7
chore: update ROADMAP.rst 2023-11-02 06:56:09 +01:00
Gabor Kiss-Vamosi
16302e9c7b chore: rename zoom_x/y paramters and local variables to scale_x/y 2023-10-31 20:19:12 +01:00
Gabor Kiss-Vamosi
a5a58e39d2 refactor: replace lv_coord_t with int32_t 2023-10-31 19:25:01 +01:00
Gabor Kiss-Vamosi
50d01cec3d refactor(style): rename lv_indev_get_act to lv_indev_active 2023-10-31 19:20:36 +01:00
Gabor Kiss-Vamosi
d28f80d362 refactor(style): rename shadow_ofs to shadow_offset 2023-10-31 19:10:02 +01:00
Niklas Fiekas
8fabcc6853
feat(font): add option to disable kerning (#4725) 2023-10-30 13:23:20 +01:00
Niklas Fiekas
ef1885f670
fix(tiny_ttf): fix font metrics confusion (#4714) 2023-10-27 11:54:02 +02:00
_VIFEXTech
605379ab3c
feat(profiler): add custom tag support (#4710)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-10-27 11:38:08 +02:00
Neo Xu
726620d0fc
feat(obj): add unified obj property set/get API (#4579)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-10-26 09:39:30 +02:00
_VIFEXTech
ce6f56a742
feat(image_decoder): add post-process image method (#4636)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-10-26 06:47:11 +02:00
Gabor Kiss-Vamosi
3ff625483c demos(render): start render demo 2023-10-25 13:38:37 +02:00
bjsylvia
4bc07a8552
feat(timer): support lv_timer_handler_set_resume_cb (#4680)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-10-24 15:00:07 +02:00
Viktor Szépe
742682ae51
chore: fix execute permissions and shebangs (#4695) 2023-10-24 09:41:51 +02:00
Gabor Kiss-Vamosi
1ff84ac1d0 docs(driver): fix titles 2023-10-24 08:42:26 +02:00
Gabor Kiss-Vamosi
a9328bbe82 docs: reorganize and add Integartion and drivers section 2023-10-22 15:13:19 +02:00
Gabor Kiss-Vamosi
14c2ac43d0
chore: update ROADMAP.rst 2023-10-22 06:54:28 +02:00
Gabor Kiss-Vamosi
df2073eb82 docs(js): fix typo simualtor -> simulator 2023-10-22 06:44:09 +02:00
Viktor Szépe
f9572ed303
chore: remove BOM and fix typos (#4685) 2023-10-22 06:39:43 +02:00
Gabor Kiss-Vamosi
86b17ccdaa
Update ROADMAP.rst 2023-10-21 00:51:15 +02:00
Gabor Kiss-Vamosi
85798af3cd feat(draw): add non uniform scale (scale_x and scale_y) 2023-10-20 23:29:22 +02:00
xaowang96
8f57f12a44
feat(bar): reverse drawing direction of lv_bar if min > max (#4654)
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
2023-10-20 23:22:56 +02:00
Gabor Kiss-Vamosi
4081130dd9 docs(scale): fix scale docs 2023-10-19 11:36:27 +02:00
Gabor Kiss-Vamosi
74ca34c8de docs(scale): fix rst 2023-10-19 10:50:16 +02:00
Gabor Kiss-Vamosi
865a2f64a0 chore: minor docs fixes 2023-10-17 14:32:09 +02:00
Gabor Kiss-Vamosi
bccbde0cef refactor(obj): remove LV_PART_TICKS and use LV_PART_ITEMS in lv_scale 2023-10-12 21:50:46 +02:00
Gabor Kiss-Vamosi
9ec5417dd3 refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state 2023-10-12 21:12:16 +02:00
Gabor Kiss-Vamosi
6163437afd refactor(scale): remove lv_meter use lv_scale instead 2023-10-12 17:21:52 +02:00
Gabor Kiss-Vamosi
80149e7f98 refactor(msg): remove lv_msg in favor of lv_observer 2023-10-10 20:48:46 +02:00
Gabor Kiss-Vamosi
9bf50c65cf chore: fix observer docs 2023-10-10 07:19:59 +02:00
Gabor Kiss-Vamosi
955656f958 chore: add observer to index.rst 2023-10-10 00:01:54 +02:00
Zoltan Janosy
4f541cf523
feat(observer): implemented an observer pattern (#4541)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-10-09 23:20:29 +02:00
Fabian Blatz
a4eccdcc77
doc(zephyr): add Zephyr RTOS getting started guide (#4628) 2023-10-05 09:05:20 +02:00
Gabor Kiss-Vamosi
9b06972104 docs(obj): fix wording 2023-10-04 13:30:27 +02:00
Raúl Gotor
0b66468f2f
ci(span): add unit test (#4595) 2023-10-02 18:04:01 +02:00
PGNetHun
8c2fc7ec4b
chore: code and documentation cleanups, renames and fixes (#4607) 2023-09-27 12:23:40 +02:00
PGNetHun
d57000349c
feat(cache): add empty_cb, add cache manager replace function, fix builtin cache init and tracing, update image overview documentation (#4604) 2023-09-26 13:57:18 +02:00
Gabor Kiss-Vamosi
9c437d1073 feat(grid): add a basic subgrid implementation 2023-09-25 20:56:09 +02:00
Neo Xu
27357d5139
feat(obj): add obj_id, class names, and dump support (#4536)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2023-09-25 10:58:36 +02:00
_VIFEXTech
9937138392
feat(libs): add libpng decoder (#4569)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-09-25 10:28:35 +02:00
Lemon
2f67d804ce
feat(barcode): add vertical display mode (#4564)
Signed-off-by: liujp <liujp@xiaomi.com>
Co-authored-by: liujp <liujp@xiaomi.com>
2023-09-24 21:41:24 +02:00
Gabor Kiss-Vamosi
f0c58a1719
chore(label): fix typo and add some description to test align 2023-09-24 21:31:11 +02:00
Gabor Kiss-Vamosi
94245932e4
docs(label): mention how the use text align
fixes https://github.com/lvgl/lvgl/issues/2816#issuecomment-1730051132
2023-09-22 11:12:32 +02:00
_VIFEXTech
c4c4627ae0
feat(libs): add libjpeg-turbo decoder (#4567)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-09-22 10:43:59 +02:00
_VIFEXTech
e53cd59fcb
chore(libs/jpg): rename lv_jpg to lv_tjpgd (#4573)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-09-20 10:38:47 +02:00
_VIFEXTech
45fb2148d5
chore(libs/png): rename lv_png to lv_lodepng (#4574)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-09-20 10:30:04 +02:00
Gabor Kiss-Vamosi
da0d5343f4
Update ROADMAP.rst 2023-09-19 06:42:54 +02:00
Gabor Kiss-Vamosi
6b1516926a
docs(jpg): fix example path 2023-09-19 00:03:28 +02:00
Gabor Kiss-Vamosi
0721884ee9 refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale 2023-09-18 22:57:30 +02:00
Gabor Kiss-Vamosi
788ba76638
Update ROADMAP.rst 2023-09-16 11:50:01 +02:00
Gabor Kiss-Vamosi
48eb88a8ee
docs(roadmap): use consistent checkbox 2023-09-15 01:24:00 +02:00
Niklas Fiekas
d935cb676a
fix(docs): fix small mistakes in grid layout docs (#4559) 2023-09-14 19:02:45 +02:00
bjsylvia
0762003b87
fix(docs): fix typos (#4546)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-09-11 15:56:42 +02:00
Gabor Kiss-Vamosi
1768e5740a
Update ROADMAP.rst 2023-09-07 22:35:17 +02:00
Carlos Diaz
5c1fc63647
feat(scale): add the lv_scale widget (#4196)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-08-31 15:09:40 +02:00
Zoltan Janosy
ca54d127c2
feat(fs): add support for memory-mapped files (#4462)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-08-31 13:00:26 +02:00
Gabor Kiss-Vamosi
a3013d490b docs(px5): add empty file for PX5 RTOS 2023-08-29 23:03:14 +02:00
bjsylvia
3c47aadacf
feat(indev): add 'lv_indev_read' to allow read events from specified indev (#4494)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-08-28 20:51:32 +02:00
Gabor Kiss-Vamosi
cd5c93b248
docs(fs): fix minor formatting issue 2023-08-25 21:46:21 +02:00
faxe1008
1480e0470e
docs(indev): add explanation for LV_INDEV_TYPE_BUTTON (#4478) 2023-08-23 14:42:24 +02:00
bjsylvia
83cd50b4df
fix(typos): fix some typos for style (#4469)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-08-20 21:03:24 +02:00
bjsylvia
a711c8b427
chore(multi-instance): update description of related documents (#4470)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-08-19 22:22:00 +02:00
Gabor Kiss-Vamosi
0b83a82a07 feat(multi-instance): collect all the global variables into a struct to allow running multiple instances of LVGL
Closes #4358
2023-08-19 01:42:37 +02:00
bjsylvia
67ca457a07
fix: fix typos (#4451)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
2023-08-14 16:49:30 +02:00
_VIFEXTech
9a483c87bf
feat(layer): add more efficient widget translucent mode (#4415)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-08-14 07:57:19 +02:00
Gabor Kiss-Vamosi
7f5e24771e
docs(simulator): remove SDL support from the Visual Studio project 2023-08-13 22:14:27 +02:00
Gabor Kiss-Vamosi
ae476628be
Update ROADMAP.rst 2023-08-06 14:34:43 +02:00
Gabor Kiss-Vamosi
db0dbee435
Update ROADMAP.rst 2023-07-28 20:39:05 +02:00
Chris Ring
b001d684fe
docs: fix misc typos throughout (#4413)
Signed-off-by: Chris Ring <c-ring@ti.com>
2023-07-27 22:35:12 +02:00
Gabor Kiss-Vamosi
ed681f92bc
Update ROADMAP.rst 2023-07-26 17:00:41 +02:00
Gabor Kiss-Vamosi
3b5731e40b
chore: update ROADMAP.rst 2023-07-14 22:43:11 +02:00
Gabor Kiss-Vamosi
66b31e1954
chore: update ROADMAP.rst 2023-07-14 20:25:06 +02:00
Gabor Kiss-Vamosi
f753265a79 arch(draw): add parallel rendering architecture
BREAKING CHANGE

This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
2023-07-05 13:05:19 +02:00
Joseph An
de97dba59b
docs(st): updating get-started documentation (#4327) 2023-07-03 10:39:37 +02:00
Gabor Kiss-Vamosi
123ea43dfc
Update ROADMAP.rst 2023-07-03 09:50:08 +02:00
Man, Jianting (Meco)
c4d91ca1bc
doc(rt-thread): add new rt-thread support BSPs (#4320) 2023-06-26 22:13:16 +02:00
Gabor Kiss-Vamosi
9f90106702
Update ROADMAP.rst 2023-06-19 15:34:53 +02:00
_VIFEXTech
4665fd9191
feat(timer): implementation of adaptive call timer handler cycle method (#4236) 2023-06-14 13:57:34 +02:00
Gabor Kiss-Vamosi
b4c3249c2e
docs(roadmap): add bar, slider, arc knob move inside feature 2023-06-07 13:02:20 +02:00
_VIFEXTech
06b3b62475
feat(profiler): add built-in profiler (#4255)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: W-Mai <1341398182@qq.com>
2023-06-05 16:53:57 +02:00
Kevin Schlosser
518e755bf9
docs(roadmap): add checkboxes to ROADMAP.rst (#4259) 2023-05-31 14:04:05 +02:00
Kevin Schlosser
236c1e0c73
docs: fixes few things (#4249) 2023-05-29 10:46:42 +02:00
Gabor Kiss-Vamosi
57325dfa87
docs: update the support period of the releases 2023-05-24 22:19:37 +02:00
Gabor Kiss-Vamosi
c283f460c3
Update ROADMAP.md 2023-05-24 10:09:23 +02:00
Gabor Kiss-Vamosi
b4b2d5b88b
Update and rename ROADMAP.rst to ROADMAP.md
To keep the checkbox rendering
2023-05-24 10:07:23 +02:00
_VIFEXTech
5f42ff115b
docs(timer): use precise delay description in Timer Handler (#4235) 2023-05-22 10:13:49 +02:00
_VIFEXTech
fa5388a38b
fix(profiler): fixed inability to disable and add new measurement points (#4224)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-05-18 13:02:17 +02:00
Gabor Kiss-Vamosi
edcf1652b0
Update CHANGELOG.rst 2023-05-18 12:15:12 +02:00
_VIFEXTech
540c028d60
feat(profiler): add performance profiler hook (#4211)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2023-05-11 11:10:47 +02:00
Kevin Schlosser
8c99b359d2
docs: fixes several issues related to migrating to rst (#4213) 2023-05-08 16:45:28 +02:00
Kevin Schlosser
3fe1dcd222
docs: fixes API section of the docs to include everything from LVGL. (#4192) 2023-05-01 11:27:28 +02:00
Kevin Schlosser
2f292c500b
docs fix versioning (#4189) 2023-04-29 12:58:03 -04:00
Kevin Schlosser
2549f23773
docs: finishes conversion of ROADMAP.rst file (#4182) 2023-04-29 06:31:36 +02:00
J. Neuschäfer
bc9bcaa6b7
chore(docs): fix a few typos (#4170)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-04-28 11:08:42 +02:00
Kevin Schlosser
002ffc4766
docs: removes recommonmark from doc build (#4177) 2023-04-28 10:05:54 +02:00
Kevin Schlosser
b1df744538
docs: removes non ascii characters (#4175) 2023-04-27 19:47:13 +02:00
Kevin Schlosser
e485dd8bb4
feat(docs): migrate from .md to .rst (#4129) 2023-04-27 14:42:02 +02:00
Gabor Kiss-Vamosi
7cc34ba81b feat(btnmatrix): review ctrl map and allow width values to be max 15 2023-04-24 20:11:18 +02:00
Man, Jianting (Meco)
9061a787f7
docs(rt-thread): update rt-thread supported BSPs (up to 21 BSPs) (#4123) 2023-04-18 11:39:48 +02:00
Gabor Kiss-Vamosi
a04f1baf48
Update ROADMAP.md 2023-04-17 21:29:23 +02:00
Gabor Kiss-Vamosi
20e1ae2130 docs: udpate changelog 2023-04-03 10:30:48 +02:00
Gabor Kiss-Vamosi
e26a46c43c docs(arduino): add note to not use lv_examles library
fixes #4054
2023-03-14 07:38:14 +01:00
Gabor Kiss-Vamosi
55c9a9220b
Update ROADMAP.md 2023-03-10 21:34:31 +01:00
Gabor Kiss-Vamosi
c36b324f49
Update ROADMAP.md 2023-03-10 21:01:27 +01:00
Florian Loitsch
41aebfa319
docs: fix typos (#4026) 2023-02-28 21:28:45 +01:00
Gabor Kiss-Vamosi
206f0f168a
Update ROADMAP.md 2023-02-27 08:40:09 +01:00
Gabor Kiss-Vamosi
808bdefccd
Update ROADMAP.md 2023-02-27 08:38:17 +01:00
Gabor Kiss-Vamosi
31a0a324b9
docs(disp): fix typos 2023-02-24 11:35:37 +01:00
Gabor Kiss-Vamosi
780ee55358
Update ROADMAP.md 2023-02-23 13:46:58 +01:00
Gabor Kiss-Vamosi
389e32d72f
Update ROADMAP.md 2023-02-21 16:11:03 +01:00
Gabor Kiss-Vamosi
124f9b0f9f arch(driver): new driver architecture with new color format support 2023-02-20 20:50:58 +01:00
Gabor Kiss-Vamosi
ca7caf2576
Update ROADMAP.md 2023-02-20 11:54:21 +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
2c65c2f74a docs: update changelog with v8.3.5 2023-02-07 20:46:19 +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
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
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
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
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
4365a8d0dc
docs: update the Version support table 2023-01-17 15:57:08 +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
Man, Jianting (Meco)
26767e7f64
docs(readme): add LVGL Chinese flyer (#3886) 2023-01-04 06:22:15 +01:00
Gabor Kiss-Vamosi
53dd646770 docs(event): add API section 2023-01-03 07:46:57 +01:00
Narukara
3111494d98
docs: fix typo in quick-overview.md (#3881) 2023-01-02 20:10:12 +01:00
Gabor Kiss-Vamosi
740eaa128f
docs(CHANGELOG): add v8.3.4 2022-12-18 17:28:26 +01:00
_VIFEXTech
a4217c7f59
fix(docs): add missing barcode toctree (#3868)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-12-15 14:04:19 +01:00
Gabor Kiss-Vamosi
3916fdff10
Update ROADMAP.md 2022-12-13 13:24:48 +01:00
_VIFEXTech
889634398a
feat(libs): add barcode widget (#3778)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-12-11 11:48:03 +01:00
embeddedt
9b55990953
docs update name of formatting script [skip ci] 2022-12-06 09:23:52 -05:00
_VIFEXTech
1c2dc983b4
feat(log): add log level parameters to custom_print_cb (#3826)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-24 13:54:15 +01:00
_VIFEXTech
e7da3b247e
refact(freetype): clean up global variables and infrequent functions (#3782)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-24 12:27:38 +01:00
Gabor Kiss-Vamosi
ac763346c8
docs(fs): remove link to the lv_fs_if repo 2022-11-24 11:47:17 +01:00
Gabor Kiss-Vamosi
f08963732d
Update ROADMAP.md 2022-11-24 10:41:47 +01:00
Gabor Kiss-Vamosi
538e5c49dc
Update ROADMAP.md 2022-11-24 10:41:26 +01:00
Gabor Kiss-Vamosi
0afca09cf9
Update ROADMAP.md 2022-11-19 10:30:11 +01:00
_VIFEXTech
ef62275ffb
feat(img_cache): add support for alternate img cache algorithm (#3798)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-19 09:26:17 +01:00
Gabor Kiss-Vamosi
1e07853533 docs(meter): update according to d00dd4b10 2022-11-19 08:52:54 +01:00
Gabor Kiss-Vamosi
d00dd4b101
Update ROADMAP.md 2022-11-19 08:02:52 +01:00
Gabor Kiss-Vamosi
83328c0023
Update ROADMAP.md 2022-11-19 08:01:43 +01:00
Gabor Kiss-Vamosi
56f31fc20c
Update ROADMAP.md 2022-11-18 06:55:50 +01:00
Gabor Kiss-Vamosi
d219960de0 chore(docs): fix minor issues in JS binding docs 2022-11-16 21:30:13 +01:00
Gabor Kiss-Vamosi
d20c441b49 chore(docs): fix image path in JS binding 2022-11-16 21:26:03 +01:00
Gabor Kiss-Vamosi
6948eee9b1 docs(js): remove gif as they cannot be included in PDF 2022-11-09 09:47:10 +01:00
Gabor Kiss-Vamosi
c42a33d6dd chore(docs): fix image in the docs of the JS binding 2022-11-09 09:15:35 +01:00
Gabor Kiss-Vamosi
2055651df2 chore(docs): fix image in the docs of the JS binding 2022-11-09 09:02:55 +01:00
Gabor Kiss-Vamosi
12ca08c649 chore(docs): add images to the docs for the JS binding 2022-11-09 08:28:24 +01:00
Sxs7513
716995b25a
docs(javascript): add javascript binding docs (#3786) 2022-11-09 07:47:25 +01:00
Gabor Kiss-Vamosi
05fe76fb97
chore(docs): fix heading levels in micropython.md 2022-11-05 18:29:00 +01:00
Amir Gonnen
35e1402f1e
docs(micropython): add coding conventions section(#3774)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-11-02 18:33:45 +01:00
_VIFEXTech
be1e1fca3a
fix(qrcode): remove global variables and lv_qrcode_delete (#3771)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-11-02 18:32:48 +01:00
Gabor Kiss-Vamosi
7d20d4ca7a
doc(cmake): fix how to fetch LVGL from GitHub 2022-11-02 16:57:43 +01:00
Gabor Kiss-Vamosi
6e62fcfd08
chore: try to fix md table 2022-10-29 10:38:24 +02:00
T-Rekt
c6add5f107
docs(intro): fix HTML escaped characters in code (#3768) 2022-10-26 10:35:43 +02:00
Gabor Kiss-Vamosi
b64dceae0a
Update ROADMAP.md 2022-10-23 10:39:58 +02:00
Gabor Kiss-Vamosi
c9a1d50bd2 docs(licence): move LICENCE.txt to the root folder to make GitHub recognize it. 2022-10-21 10:39:57 +02:00
Gabor Kiss-Vamosi
5612a99135 docs(msg): minor fixes 2022-10-19 08:38:46 +02:00
Gabor Kiss-Vamosi
bcf5d79cb4
Update ROADMAP.md 2022-10-16 10:51:22 +02:00
legerborea
541b431546
feat(cmake-build): add options to disable build of examples/demos (#3738) 2022-10-13 11:55:36 +02:00
Gabor Kiss-Vamosi
853163f615 docs(calvas): fix that LV_CANVAS_BUF_SIZE_ return byte count and not pixel count
fixes #3734
2022-10-11 20:17:18 +02:00
honey the codewitch
ccb66ca701
feat(tiny_ttf): add glyph caching (#3703)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-10-02 17:48:34 +02:00
Gabor Kiss-Vamosi
d214b00386 docs(rlottie): fix heading levels 2022-10-02 17:15:46 +02:00
Gabor Kiss-Vamosi
6da6f46093 docs(changelog): add v8.3.2 chnages 2022-09-27 08:16:13 +02:00
honey the codewitch
57e0943b10
feat(tiny_ttf): ttf support (#3680)
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-09-26 17:30:07 +02:00
Fabian
46cbbd672f
docs(links): fix outdated links and imrpove formatting (#3698) 2022-09-22 16:09:16 -04:00
Gabor Kiss-Vamosi
389d15be3d
docs(intro): fix link to point to master instead of latest
related to #3695
2022-09-19 14:54:03 +02:00
Gabor Kiss-Vamosi
8e5b834d6a dics(btnmatrix): add how to avoid extra click with encoder when leaving edit mode
Related to #3613
2022-09-15 10:25:37 +02:00
tvanfossen-bissell
209e8ef1a2
docs(rlottie): adding patch file, sample CMakeLists, and ESP-IDF doc (#3610)
Co-authored-by: tvanfossen <vanfosst@gmail.com>
2022-09-07 10:11:44 +02:00
Gabor Kiss-Vamosi
0c7f69ac91 feat(event): add LV_EVENT_SCROLL_THROW_BEGIN 2022-09-05 10:09:40 +02:00
Yobe Zhou
f09c04b935
feat(file_explorer): add API to use file explorer (#3601)
Co-authored-by: 100ask <team100ask@outlook.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-09-04 16:57:15 +02:00
tvanfossen-bissell
5c71bc1434
feat(arc): add knob offset utility (#3589)
Co-authored-by: tvanfossen <vanfosst@gmail.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-08-31 22:59:30 +02:00
Lyon
314a1d79a8
doc(bindings): fix format for doc/pikascript (#3619) 2022-08-25 21:53:11 +02:00
Lyon
5cafbc912c
doc(bindings): add PikaScript Python binding (#3615) 2022-08-25 14:26:24 +02:00
Gabor Kiss-Vamosi
327dbb6031 feat(msg): allow using variable address as msg_id 2022-08-25 14:20:43 +02:00
ckielstra
c069cf18fb
chore(doc) fix spelling in source comments and add missing parameter descriptions (#3607) 2022-08-22 09:21:25 -04:00
Roman Romanchuk
118a3bee76
docs: fix broken links in documentation (#3598) 2022-08-19 11:35:24 -04:00
embeddedt
b08bc4c775
docs(examples) fix include paths after 2461ac0758
Fixes #3571
2022-08-15 09:27:36 -04:00
Rafael Melo
bf8109e478
docs(README) add sponsor sections and minimal changes to Portuguese translation (#3568) 2022-08-14 16:14:33 -04:00
Man, Jianting (Meco)
87456815a1
docs(rt-thread): add tutorial videos (#3550) 2022-08-08 11:53:48 +02:00
Gabor Kiss-Vamosi
95e8358962 Update ROADMAP.md 2022-08-07 23:25:46 +02:00
Man, Jianting (Meco)
35a3b5ee8d
docs(README): update Chinese README (#3543) 2022-08-04 10:48:49 +02:00
Gabor Kiss-Vamosi
2461ac0758 docs: bring back flat widget directory structure 2022-07-27 10:51:11 +02:00
Amir Gonnen
cd11476592
fix(msg): make it work with Micropython (#3488)
* fix(msg): fill callback prototype

lv_msg_subscribe_cb_t does not follow the callback conventions.
Remove unused void* argument to fix that.

* fix(msg):  move subs_ll to gc roots

* fix(msg): rename subsribe to subscribe

* fix(msg): update docs

* fix(msg): Add example_1

* fix(msg): fix include paths

* fix(mgs): Fix python example typo and comments

* fix(msg):  LV_EVENT_MSG_RECEIVED event code
2022-07-27 09:42:48 +02:00
Gabor Kiss-Vamosi
38da678c13 docs(changelog): add v8.3.1 changes 2022-07-25 13:03:30 +02:00
Gabor Kiss-Vamosi
45d006e73c
Update ROADMAP.md 2022-07-25 09:31:06 +02:00
Gabor Kiss-Vamosi
cd4d07a4ba fix(snapshot): make snapshot work again
Support inly true color, true color alpha and a8 formats
2022-07-24 16:22:55 +02:00
Xiang Xiao
343c61375b
fix(config): remove LV_DISP_DEF_REFR_PERIOD related stuff (#3512)
* fix(config): remove LV_DISP_DEF_REFR_PERIOD related stuff

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* fix(config): remove LV_INDEV_DEF_READ_PERIOD related stuff

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-23 00:27:48 +02:00
Gabor Kiss-Vamosi
35c0b17b81
Update ROADMAP.md 2022-07-20 11:34:04 +02:00
embeddedt
d6e5200013
refactor(style): store constant property IDs with a pointer instead of directly (#3506) 2022-07-20 11:32:40 +02:00
Xiang Xiao
9ed5b3fe06
Sync up Kconfig with lv_config_template.h (#3508)
* fix(config): remove LV_COLOR_16_SWAP related stuff

follow commit 5369d7d473

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* fix(config): remove LV_COLOR_SCREEN_TRANSP related stuff

follow commit 5369d7d473

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-20 11:29:34 +02:00
Gabor Kiss-Vamosi
a956b0bdba
Update ROADMAP.md 2022-07-19 18:10:52 +02:00
Gabor Kiss-Vamosi
451a1e56f9
Update ROADMAP.md 2022-07-19 13:32:34 +02:00
Gabor Kiss-Vamosi
e2771db8ce example(keyboard): add an example to show how to set a new map
fixes #3490
2022-07-18 17:50:35 +02:00
Takashi
009bfa78da
docs(readme): add version japanese (#3491)
* docs(readme): add version japanese

* docs(readme): add version japanese

* docs(readme): add version japanese

* docs(readme): add version japanese
2022-07-18 16:20:51 +02:00
Ali Rostami
cc715e0278
Update ROADMAP.md (#3489) 2022-07-17 23:27:50 +08:00
Rafael Melo
ca78f57f72
docs:(README) update pt-br README (#3486)
* docs:(pt-br) new README layout

* docs:(pt-br) adjust examples section
2022-07-16 00:30:04 +02:00
Gabor Kiss-Vamosi
67d6661839 docs: make the root directory cleaner 2022-07-14 18:57:47 +02:00
Gabor Kiss-Vamosi
277a5a2ae9
Update ROADMAP.md 2022-07-14 16:51:44 +02:00
Gabor Kiss-Vamosi
9264531811
Update ROADMAP.md 2022-07-14 16:49:25 +02:00
Yobe Zhou
5923494b79
docs(ime_pinyin): improve the description of mode switching (#3471)
* docs(ime_pinyin): improve the description of mode switching

* Update ime_pinyin.md

* Update ime_pinyin.md

Co-authored-by: 100ask <team100ask@outlook.com>
Co-authored-by: 100ask <48745717+100ask@users.noreply.github.com>
2022-07-11 14:03:26 +02:00
Gabor Kiss-Vamosi
1ed6404456
chore(docs): fix typo 2022-07-07 22:34:04 +02:00
Badokas
d8ff7ebd96
docs(readme): fix LVGL version typo (8.3.0) (#3462) 2022-07-07 21:05:56 +02:00
Gabor Kiss-Vamosi
373dcfc76e
docs(checkbox): describe how to get the checkbox's the state 2022-07-07 20:41:49 +02:00
Gabor Kiss-Vamosi
a0c1ee0fc9
Update ROADMAP.md 2022-07-07 07:17:29 +02:00