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 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
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
embeddedt
1816fa576c
ci(docs) replace use of sed with proper configuration variables
2022-05-09 13:28:06 -04:00
_VIFEXTech
0fdd5d6449
feat(hal): add render_start_cb to disp_drv ( #3274 )
...
* feat(hal): add render_start_cb to disp_drv
* update doc for render_start_cb
* Update docs/porting/display.md
* remove disp_refr parameter
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-04-19 10:05:59 +02:00
Xiang Xiao
a6368fec53
fix(docs): rename task-handler.md to timer-handler.md ( #3203 )
...
since all task facility is already switched to timer facility
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-03-24 22:11:45 +01:00
Xiang Xiao
fcf833f9af
Minor document update ( #3185 )
...
* chore(docs): change "-DLV_USE_BTN 1" to "-DLV_USE_BTN=1"
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
* chore(docs): update demo related link and description
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-03-21 13:34:12 +01:00
Xiang Xiao
4c4f954059
chore(style): remove the trailing space from all source files ( #3188 )
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-03-21 11:25:51 +01:00
Gabor Kiss-Vamosi
f584a30af3
chore(docs): fix links
2022-03-17 13:47:54 +01:00
Gabriel Wang
08a3cc0eb6
chore(doc): fix typos in task-handler.md ( #3153 )
2022-03-08 20:29:40 +01:00
_VIFEXTech
2be4e82991
fix(refr): fix performance monitor NULL pointer access ( #3105 )
...
* fix(refr) performance monitor NULL pointer access
* doc(refr): describe the setting of LV_DISP_DEF_REFR_PERIOD
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2022-02-18 11:32:16 +01:00
Gabor Kiss-Vamosi
e4824f5f6b
doc(disp): describe "Decoupling the display refresh timer"
...
Introduced in 85cc84ad94
2022-02-16 09:27:45 +01:00
Gabriel Wang
ba38a4bb76
feat(log): improve lv_log and add log the result from lv_demo_benchmark ( #3084 )
...
* feat(log): improve log
* Update log.md
* Update log.md
* fix: fix formatting issue
* fix: fix formatting again...
* fix: remove blanks
2022-02-12 20:12:32 +01:00
Gabriel Wang
796f0c0b4e
feat(porting): add a macro lv_run_timer_handler_in_period to simplify porting ( #3063 )
...
* feat(porting): add a macro lv_run_timer_handler_in_period to simplify porting
* feat: update helper function and doc
* doc(porting): update function names
* revise to the original os.md
* fix: fix typo
* fix: mitigate warnings
2022-02-07 21:10:12 +01:00
ckielstra
febafd1cc7
chore: many trivial spelling and layout fixes ( #3008 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-01-17 08:10:23 -05:00
Gabor Kiss-Vamosi
6266851381
docs(gpu): link style properties and boxing model
...
related to #2988
2022-01-15 20:19:12 +01:00
Gabor Kiss-Vamosi
0645af32a2
doc(gpu): add a page for external GPU support and draw_ctx
...
related to: #2988
2022-01-11 11:35:28 +01:00
Gabor Kiss-Vamosi
d6c0d791f7
chore(docs): fix wording
2022-01-10 21:59:33 +01:00
Gabor Kiss-Vamosi
a1310cab2e
chore(docs): fix link
2022-01-10 21:57:04 +01:00
Gabor Kiss-Vamosi
6ce73486d3
docs(porting): add more details about adding lvgl to your project
2022-01-10 21:16:56 +01:00
Gabriel Wang
77dc456d55
docs(porting): remove duplicated content ( #2984 )
...
* docs(porting): remove duplicated content
* Update docs/porting/display.md
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-01-10 20:32:17 +01:00
Man, Jianting (Meco)
26ea9b00fc
docs(display) fix typo ( #2946 )
2021-12-29 09:06:18 -05:00
embeddedt
1c64b78866
docs(porting) clarify that displays must be registered before input devices
...
Related: #2844 (thanks @SgtPepperFTW)
2021-11-28 20:41:18 -05:00
ckielstra
b911b72f4b
docs: spelling fixes ( #2828 )
2021-11-23 10:50:18 +01:00
patricklaf
bdc6331ba6
docs(porting/display) fix formatting ( #2812 )
2021-11-18 10:45:43 -05:00
Gabor Kiss-Vamosi
607dfeceb6
feat(display) add direct_mode drawing mode ( #2460 )
...
* feat(display) add direct_mode drawing mode
* update the docs
2021-11-05 15:35:36 +01:00
Gabor Kiss-Vamosi
174ef6692e
docs describe the options to include or skip lv_conf.h
2021-11-02 13:57:45 +01:00