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 |
|
Klaus Musch
|
c9a6b25885
|
fix(example): LVGL_Arduino.ino millis() as tick source (#5999)
|
2024-04-05 16:23:43 +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 |
|
Gabor Kiss-Vamosi
|
54f9003722
|
feat(indev) Add crown support to pointer input device (#5057)
|
2024-03-19 10:10:28 +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 |
|
Carlos Diaz
|
cdcacf0edc
|
docs(porting): add missing colon in porting docs (#5613)
|
2024-02-07 08:28:02 +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 |
|
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 |
|
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 |
|
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 |
|
Neo Xu
|
4dd7773e25
|
docs(disp): recommend to use lv_display_set_buffers instead (#5304)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
2024-01-14 12:54:49 +01:00 |
|
PGNetHun
|
e37658c061
|
docs: fix references, lists, texts (#5193)
|
2024-01-06 08:34:02 +01:00 |
|
PGNetHun
|
2a129562d8
|
docs: fix links, add references, rename files (#5138)
|
2024-01-04 07:25:13 +01: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 |
|
Gabor Kiss-Vamosi
|
b172c64a8c
|
docs: fix syntax
|
2023-12-18 13:51:35 +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 |
|
Gabor Kiss-Vamosi
|
7535bd4714
|
docs(porting): review and update to v9
|
2023-12-05 20:48:01 +01:00 |
|
Gabor Kiss-Vamosi
|
f0988b8cf8
|
refactor(event): add _cb postfix to lv_obj_add_event()
|
2023-11-28 15:36:51 +01:00 |
|
Gabor Kiss-Vamosi
|
a5a58e39d2
|
refactor: replace lv_coord_t with int32_t
|
2023-10-31 19:25:01 +01:00 |
|
Viktor Szépe
|
f9572ed303
|
chore: remove BOM and fix typos (#4685)
|
2023-10-22 06:39:43 +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 |
|
PGNetHun
|
8c2fc7ec4b
|
chore: code and documentation cleanups, renames and fixes (#4607)
|
2023-09-27 12:23:40 +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 |
|
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 |
|
faxe1008
|
1480e0470e
|
docs(indev): add explanation for LV_INDEV_TYPE_BUTTON (#4478)
|
2023-08-23 14:42:24 +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 |
|
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 |
|
Joseph An
|
de97dba59b
|
docs(st): updating get-started documentation (#4327)
|
2023-07-03 10:39:37 +02:00 |
|
_VIFEXTech
|
4665fd9191
|
feat(timer): implementation of adaptive call timer handler cycle method (#4236)
|
2023-06-14 13:57:34 +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 |
|
_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 |
|
_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
|
3fe1dcd222
|
docs: fixes API section of the docs to include everything from LVGL. (#4192)
|
2023-05-01 11:27:28 +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
|
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 |
|
Florian Loitsch
|
41aebfa319
|
docs: fix typos (#4026)
|
2023-02-28 21:28:45 +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
|
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 |
|
_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 |
|
Fabian
|
46cbbd672f
|
docs(links): fix outdated links and imrpove formatting (#3698)
|
2022-09-22 16:09:16 -04: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 |
|
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 |
|
Xiang Xiao
|
9ed5b3fe06
|
Sync up Kconfig with lv_config_template.h (#3508)
* fix(config): remove LV_COLOR_16_SWAP related stuff
follow commit 5369d7d473446a8953f2ea37b9116da918d3c8d2
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
* fix(config): remove LV_COLOR_SCREEN_TRANSP related stuff
follow commit 5369d7d473446a8953f2ea37b9116da918d3c8d2
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2022-07-20 11:29:34 +02:00 |
|
Man, Jianting (Meco)
|
cb9a297bc5
|
docs(indev): add comment in input device part (#3422)
|
2022-06-26 10:32:14 +02:00 |
|
embeddedt
|
d6911053aa
|
chore(docs) remove unneeded eval_rst statements
|
2022-05-09 13:35:03 -04:00 |
|