1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

996 Commits

Author SHA1 Message Date
Liam
4e85b0faa5
feat(fs): file writes update the file cache (#6186)
Co-authored-by: kevinkang-Globe <139213362+kevinkang-Globe@users.noreply.github.com>
2024-05-13 19:09:22 +02:00
becseya
bb9ff17af1
fix(docs): fix broken links (#6207) 2024-05-13 19:08:33 +02:00
Joseph Chen
d0c88f2769
feat(os): add mqx for osal (#6191) 2024-05-09 22:00:53 +02:00
Liam
a1a909fc24
feat(gridnav): single axis movement flags (#6044) 2024-05-02 21:54:25 +08:00
Yobe Zhou
94651d8620
docs(coord): fix the layout of overview (#6112) 2024-05-02 21:32:11 +08:00
Liam
eb1fe43595
chore(style): use lv_part_t type where suitable (#6075) 2024-04-30 11:00:05 +02:00
Clyde Stubbs
2575978e66
fix(docs): fix typo for LV_KEYBOARD_MODE_SPECIAL (#6136) 2024-04-29 20:28:52 +02:00
embeddedt
5894d53840
fix(docs): use find_version helper in build script (#6122) 2024-04-25 10:39:59 +02:00
Gabor Kiss-Vamosi
1dfd782714 docs(faq): lv_display_t, lv_indev_t, and lv_fs_drv_t doesn't have to be static 2024-04-21 09:16:07 +08:00
Gabor Kiss-Vamosi
be4a9d1e73 docs(renesas): update links 2024-04-19 02:09:13 +08:00
GoT
d0436fbb59
feat(drv): Implement Arduino SD driver (#5968) 2024-04-18 15:06:17 +02:00
Liam
bcc3059c19
fix(bin_decoder): fix memory leak (#5990) 2024-04-12 15:46:04 +02:00
lhdjply
f78a5761cc
docs(calendar): move instruction to the usage section (#6045)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-04-12 01:10:23 +08:00
zylalx1
47ec2784d8
chore: update some code and docs to use v9 API (#5876)
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-04-10 15:17:44 +08:00
lhdjply
466e29a1be
feat(calendar): add chinese calendar (#5940)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-04-08 14:06:22 +02:00
Klaus Musch
c9a6b25885
fix(example): LVGL_Arduino.ino millis() as tick source (#5999) 2024-04-05 16:23:43 +08:00
RoboSchmied
a3d20a78dd
docs: fix typo in the comments [ci skip] (#6027)
Signed-off-by: RoboSchmied <github@roboschmie.de>
2024-04-05 16:20:00 +08:00
Gabor Kiss-Vamosi
30d1a5cf9b
docs(renesas): fix the links (#5977) 2024-03-28 18:59:56 +01:00
Gabor Kiss-Vamosi
fea8a97f5f
docs(renesas): add a general introduction page (#5969) 2024-03-27 11:11:59 +01:00
Gabriel Wang
667f401db6
chore(cmsis-pack): minor update (#5948) 2024-03-26 10:59:47 +08:00
liamHowatt
0cdad0299d
chore(observer): rename lv_button_bind_checked to lv_obj_bind_checked (#5944) 2024-03-25 14:13:31 +08:00
Johannes Marbach
1b97f0f2c0
feat(fbdev,sdl): support display rotation (#5703)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-03-21 19:36:38 +08:00
lhdjply
910257fa8a
docs(changelog): fixed changelog displaying no line breaks (#5931)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-03-21 19:22:45 +08:00
GoT
f4226cd7de
feat(fs): add Arduino ESP LittleFS driver (#5905) 2024-03-20 13:51:20 +01:00
Gabor Kiss-Vamosi
3c2a1935c8
docs: update changelog (#5923) 2024-03-20 10:43:01 +01:00
Gabor Kiss-Vamosi
54f9003722
feat(indev) Add crown support to pointer input device (#5057) 2024-03-19 10:10:28 +08:00
100ask
1cb3e219a9
docs: update README (#5841)
Co-authored-by: YobeZhou <smilezyb@163.com>
2024-03-18 17:54:45 +01:00
Benign X
0c84cc0b3b refactor(freetype): refactor freetype params 2024-03-15 18:02:07 +08:00
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