bjsylvia
0756895382
docs(intro): fix typos ( #7485 )
...
Signed-off-by: bjsylvia <bjsylvia@163.com>
2024-12-20 11:06:56 +08:00
Victor Wheeler
65a52f2f2d
feat(docs): update threading details in answer to #7313 ( #7342 )
2024-12-06 11:43:44 +01:00
Felipe Neves
05fba5f301
fix(lv_conf): get rid of the LV_CONF path building macros ( #7335 )
...
Signed-off-by: Felipe Neves <felipe@lvgl.io>
2024-11-27 11:32:06 +08:00
Chandra sekhar
c5f8f5f63e
docs(display): correct spelling ( #7225 )
2024-11-06 13:41:00 +01:00
Paschalis M
befbe8139b
docs: fix typo in Introduction: "similator" to "simulator" ( #7162 )
2024-10-28 15:49:49 +08:00
Victor Wheeler
9b6f6d23f1
feat(docs): reorganize docs ( #7136 )
2024-10-23 20:53:33 +02:00
Victor Wheeler
911c7e8e72
fix(docs): eliminate 2 types of sphinx warnings: ( #6928 )
...
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-09-26 16:51:06 +02:00
Narukara
9ad396bab4
docs: fix typo in introduction ( #6871 )
2024-09-20 10:46:16 +08:00
Gabor Kiss-Vamosi
963f88d898
chore: minor docs and other updates
2024-08-26 21:39:11 +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
J. Neuschäfer
e301af41c7
feat(doc): Update display-related documentation to new API ( #5489 )
2024-01-26 01:38:26 +08:00
PGNetHun
2a129562d8
docs: fix links, add references, rename files ( #5138 )
2024-01-04 07:25:13 +01: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
Kevin Schlosser
e485dd8bb4
feat(docs): migrate from .md to .rst ( #4129 )
2023-04-27 14:42:02 +02: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
4365a8d0dc
docs: update the Version support table
2023-01-17 15:57:08 +01:00
T-Rekt
c6add5f107
docs(intro): fix HTML escaped characters in code ( #3768 )
2022-10-26 10:35:43 +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
Gabriel Wang
8d3d850dd0
docs(gpu): add docs for arm-2d ( #3456 )
2022-07-07 06:58:45 +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
Gabriel Wang
d5497b0a13
docs(intro): update for v8.2.0 ( #3316 )
2022-05-02 12:00:16 +08:00
woody
07b7eea56c
feat(gpu): add SWM341 gpu support (synwit)
...
* Update lv_gpu_stm32_dma2d.c
fix stm32 DMA2D blend。
* add SWM341 DMA2D support for lvgl
* add SWM341 DMA2D support for lvgl
* add SWM341 DMA2D support for lvgl
* add SWM341 DMA2D support for lvgl
* add SWM341 DMA2D support for lvgl
2022-04-25 15:13:19 +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
bc17353057
chore(docs): remove [lv_sim_...] and [lv_...] from "Repository layout" ( #3183 )
...
* chore(docs): remove [lv_sim_...] and [lv_...] from "Repository layout"
since [lv_sim_...] is part of [lv_port...] and [lv_...] just equals no filter at all
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
* Update docs/intro/index.md
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-03-21 13:26:19 +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
Xiang Xiao
6ba51f7f3f
chore(docs): update the link of demos to the new location ( #3182 )
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-03-20 08:20:57 -04:00
embeddedt
3016266686
chore(docs) fix logical inconsistency in wording
2022-03-17 10:54:26 -04:00
Gabor Kiss-Vamosi
4341660b93
chore(docs): mark v7 as eol
2022-03-17 11:17:35 +01:00
Gabor Kiss-Vamosi
244ca091c4
chore(docs): update faq
2022-01-28 15:27:16 +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
0388d9218a
docs(faq): add "LVGL doesn't start, nothing is drawn on the display" section
2022-01-15 14:31:23 +01:00
Gabor Kiss-Vamosi
e6e98abbc2
docs update version support table
2021-09-29 10:37:51 +02:00
Kevin Thibedeau
7d9fe20a0e
docs(all) Proofread, fix typos and add clarifications in confusing areas ( #2528 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2021-09-06 10:55:37 +02:00
ckielstra
0f4e6e26f9
Simple spelling fixes ( #2496 )
2021-08-26 10:52:39 +02:00
Rop Gonggrijp
d0aaacafb6
Spelling and other language fixes to documentation ( #2293 )
2021-06-09 15:10:35 +02:00
Gabor Kiss-Vamosi
46253b1286
docs minor fixes
2021-05-20 22:25:47 +02:00
Gabor Kiss-Vamosi
f97f87fdcd
docs link fixes
2021-05-17 16:17:20 +02:00
Gabor Kiss-Vamosi
73f4264320
add the md files from the docs repo to start updating them to v8
2021-04-12 18:19:04 +02:00