1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-02-04 07:13:00 +08:00

1018 Commits

Author SHA1 Message Date
100ask
3fa4d29714
docs: make it easy to add more other translations (#5874)
Co-authored-by: YobeZhou <smilezyb@163.com>
2024-03-15 10:25:41 +08:00
Kevin Schlosser
1f76eabadd
adds extern "C" to the header files that were missing it. (#5857) 2024-03-14 10:38:25 +08:00
100ask
442efeef21
feat(docs): add Chinese translation (jump link) (#5839)
Co-authored-by: YobeZhou <smilezyb@163.com>
2024-03-13 23:22:27 +01:00
100ask
e29d35b43c
docs: ignore the READMEs when building the docs (#5840)
Co-authored-by: YobeZhou <smilezyb@163.com>
2024-03-12 18:49:23 +01:00
Zoltan Janosy
63842f8fec
docs(st7789): updated the docs + added code example and step-by-step guide for STM32 (#5511)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
2024-03-12 15:43:56 +01:00
Gabor Kiss-Vamosi
803ca4aa63
docs(arduino): update tick setup (#5832) 2024-03-12 15:41:10 +08:00
Jake Grossman
0a9d86dd7b
docs(display): use lv_display_delete_refr_timer to delete display timer (#5835) 2024-03-12 15:38:38 +08:00
Gabor Kiss-Vamosi
803ec3e059
docs(tick): simplify and promote lv_tick_set_cb (#5781) 2024-03-10 14:50:08 +08:00
Gabor Kiss-Vamosi
7a59cd15ec
docs(style): output the style properties to style-props.rst (#5802) 2024-03-10 14:46:40 +08:00
Gabor Kiss-Vamosi
b1bf19259b
docs(changelog): mention that LV_COLOR_DEPTH 8 is not supported yet (#5796) 2024-03-08 12:53:07 +08:00
IAMLIUBO
745ef50e65
doc(stm32): fix typo (#5772)
Signed-off-by: imliubo <imliubo@makingfun.xyz>
2024-03-01 17:26:24 +08:00
GoT
45a8af251a
feat(fs): implement littlefs lfs.h driver support (#5562) 2024-02-24 16:10:02 +01:00
蒋慧赟
9f7e349271
chore(docs): fix typo (#5738) 2024-02-24 14:24:31 +01:00
Gabor Kiss-Vamosi
f5c59f3f82
docs(image): update align to inner_align (#5721) 2024-02-22 22:44:45 +08:00
Gabor Kiss-Vamosi
3a60689b8a
fix(imagebutton): fix the example (#5719) 2024-02-22 21:09:33 +08:00
Kenji Mouri (Qi Lu)
467d5bd77f
fix(windows): improve graphic performance via using high resolution tick count and timer delay implementation (#5711) 2024-02-22 15:02:14 +08:00
Kenji Mouri (Qi Lu)
049c343690
fix(windows): improve the document (#5699) 2024-02-21 15:28:43 +08:00
Neo Xu
46e338e341
fix(formatting): fix code formating (#5673)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-02-18 10:55:46 +08: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
28a7c37b79
docs(changelog): mention more features removed in v9 (#5632) 2024-02-11 11:15:53 +08:00
Gabor Kiss-Vamosi
10978c94c2
feat(image, layer): add bitmap mask feature (#5545) 2024-02-10 20:57:46 +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
Carlos Diaz
cdcacf0edc
docs(porting): add missing colon in porting docs (#5613) 2024-02-07 08:28:02 +01:00
Gabor Kiss-Vamosi
43b79a4ce8
docs(contributing): update the feature development workflow (#5601) 2024-02-07 12:15:43 +08:00
GoT
2dc9c37eb2
fix(doc): wrong code for Displays transparency (#5607) 2024-02-06 18:55:29 +08:00
PGNetHun
e71269d046
docs(tabview): fix tabview doc (#5588) 2024-02-05 08:56:08 +01: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
Ju1He1
c1c3580c5a
optinally install demos and libs as well (#5387)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-02-02 10:24:51 +08:00
J. Neuschäfer
b6bb3a5329
docs(pc-simulator): Document how to set up SDL manually, without IDE (#5563)
Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
2024-02-02 10:20:21 +08:00
Benign X
dfd922ad73 feat(font_glyph_format): refactor draw and font format into lv_font_glyph_format_t 2024-02-01 11:39:18 +08:00
_VIFEXTech
71e7bd816e
Revert "feat(font_glyph_format): refactor draw and font format into lv_font_glyph_format_t" (#5550)
Need to merge the commits separately.
2024-02-01 11:38:51 +08:00
Benign X
84917689da
feat(font_glyph_format): refactor draw and font format into lv_font_glyph_format_t (#5540) 2024-02-01 10:46:09 +08:00
Neo Xu
135ad49dce
refactor(snapshot): use draw buffer interface (#5487)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Benign X <1341398182@qq.com>
2024-01-30 09:18:54 +01:00
Johannes Marbach
b45ef5ccf9
feat(drivers): add libinput/xkb driver (#5486) 2024-01-29 13:14:37 +01:00
_VIFEXTech
265ae0f56a
feat(profiler): add multithreading support and testcase (#5490)
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-29 14:09:33 +08:00
J. Neuschäfer
e301af41c7
feat(doc): Update display-related documentation to new API (#5489) 2024-01-26 01:38:26 +08:00
Gabor Kiss-Vamosi
a7b767c780
docs(disp): document lv_refr_now (#5480) 2024-01-25 18:04:08 +08:00
Johannes Marbach
03cf1d1a0c
feat(fbdev): add docs and allow forcing refresh (#5444) 2024-01-24 14:38:18 +01: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
蒋慧赟
5ec8de60cc
docs(font): about "base dir" (#5429) 2024-01-23 08:18:04 +01:00
Gabriel Wang
51b8d8e4ea
chore(cmsis-pack): prepare for releasing LVGL9 (#5417) 2024-01-22 18:05:05 +01: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
1a81b836a8
docs: fix build error (#5385) 2024-01-19 11:21:33 +08:00
Gabor Kiss-Vamosi
0a0f4b484d
refactor(driver): rename dev to drivers + Arduino update (#5377) 2024-01-18 14:29:39 +01:00
Gabor Kiss-Vamosi
3883b61a7d
refactor(anim): rename ready_cb to completed_cb (#5378) 2024-01-18 11:07:29 +01:00
YUANSUYI
67f9997184
docs(disp): fix minor typo in docs/porting/display.rst (#5368)
Co-authored-by: 袁苏义 <yuansuyi@hzdusun.com>
2024-01-18 15:00:11 +08:00
Benign X
2001d869a1
feat(fs): add fn_len for lv_fs_dir_read (#5362) 2024-01-17 14:41:54 +01:00
Kenji Mouri (Qi Lu)
ab15bc8092
fix(windows): remove the imm32 static linking dependency and reduce compilation warnings (#5347) 2024-01-16 10:35:20 +01:00