Man, Jianting (Meco)
1df510ebe1
doc(rt-thread): update documentation ( #3017 )
2022-01-17 19:53:41 -05: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
Tomas Rezucha
e7a0f3b99c
fix various issues for esp32 ( #3007 )
...
* kconfig: Fix invalid dependancy in fsdrv
LV_USE_FS_* symbols are integers, instead of usual booleans.
We must treat them as such.
* ci: Get LVGL version from git tag
* docu: Update Espressif readme
* ci run apt update before installing
2022-01-14 12:47:49 -05:00
Gabor Kiss-Vamosi
f8b29c5b6c
chore(docs): describe the directory layout for Arduino
2022-01-07 19:46:14 +01:00
Gabor Kiss-Vamosi
6b82d7a356
Update arduino.md
2022-01-05 13:36:24 +01:00
Gabor Kiss-Vamosi
49bf663dad
chore(docs) clean up toc
2022-01-03 14:36:23 +01:00
Gabor Kiss-Vamosi
380317a6cd
chore(docs): attempt to fix messed up toc tree
2022-01-03 13:52:17 +01:00
Gabor Kiss-Vamosi
5c19b8f99b
chore(docs): update old links
2022-01-03 13:29:12 +01:00
Man, Jianting (Meco)
df044e4cb8
doc(rt-thread): add rt-thread documentation ( #2951 )
...
* feat(rt-thread): add rt-thread doc
* readme(rt-thread): add rt-thread RTOS
2022-01-03 10:10:27 +01:00
s-hadinger
0b91b6c42f
chore(docs): fix typo ( #2878 )
2021-12-03 14:26:55 +01:00
s-hadinger
d379804366
docs(get-started) add introduction for Tasmota and Berry ( #2874 )
...
* Tasmota introduction
* Update docs/get-started/index.md
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
* Update docs/get-started/index.md
* Update docs/get-started/index.md
* Update docs/get-started/index.md
* change link
* improve tutorial list
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2021-12-03 10:50:17 +01:00
Gabor Kiss-Vamosi
e7f1356d0d
chore(docs) add section titles to get-started
2021-12-03 10:26:40 +01:00
Gabor Kiss-Vamosi
77287ca7d9
chore(docs) try to fix table rendering error
2021-11-22 13:31:03 +01:00
Vincent Hamp
a8f30120ce
fix(CMake) split CMakeLists.txt, add options, includes and dependencies ( #2753 )
...
* fix(CMake) split CMakeLists.txt, add options, includes and dependencies
* fix(CMake) do not use 'project' keyword with ESP_PLATFORM
* fix(CMake) prefix includes with CMAKE_CURRENT_LIST_DIR
* Don't depend on CMAKE_CURRENT_SOURCE_DIR
* fix(CMake) rename baremetal.cmake to custom.cmake
* fix(CMake) add CMake documentation
2021-11-22 10:51:51 +01:00
Miguel Magno
4e393178f3
docs: fix typo ( #2765 )
2021-11-05 12:18:40 +01:00
Gabor Kiss-Vamosi
06962a564f
docs(arduino) update how to use the examples
...
Related to: #2706
2021-11-02 18:40:59 +01: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
fvanroie
2d38f1884c
Fix two examples in the docs with new v8 api ( #2486 )
...
* docs(overview) fix draw_buf fieldname
Change display driver buffer field to the new v8 field name: draw_buf.
* docs(overview) fix lv_img_create parameters
lv_img_create only has 1 parameter in v8.
* docs(get-started) fix draw_buf fieldname
Display driver `buffer` field changed to the new v8 field name: `draw_buf`.
2021-08-24 09:17:59 +02:00
Miguel Magno
b7e6f6763d
docs fix typos ( #2472 )
2021-08-20 19:47:59 -04:00
tfx2001
f85ae9d32b
docs(overview) fix typo ( #2465 )
2021-08-19 12:06:10 -04:00
fvanroie
e8c1670381
fix(docs) add static keyword to driver declaration ( #2452 )
...
Add missing static keyword to disp_drv and indev_drv declarations in the examples
2021-08-13 13:00:14 -04:00
embeddedt
9a77102c40
docs(arduino) update some outdated information
...
This fixes some broken links and updates the steps to match the new repository layout.
2021-07-11 15:28:08 -04:00
Rop Gonggrijp
d0aaacafb6
Spelling and other language fixes to documentation ( #2293 )
2021-06-09 15:10:35 +02:00
embeddedt
d2efb8c6e5
docs(overview) spelling fixes
2021-06-08 17:23:36 -04:00
Ali Rostami
5616471c27
Update quick-overview.md ( #2295 )
...
* Update quick-overview.md
* Update quick-overview.md
* Update lv_example_get_started_3.c
* Update coords.md
2021-06-07 14:32:00 +02:00
Gabor Kiss-Vamosi
f97f87fdcd
docs link fixes
2021-05-17 16:17:20 +02:00
Gabor Kiss-Vamosi
abe04e98d3
docs add style props
2021-05-14 15:37:35 +02:00
Gabor Kiss-Vamosi
05252b7fe8
docs update some mroe widgets to v8 + fix links
2021-05-03 17:32:57 +02:00
Gabor Kiss-Vamosi
422c9e5bd6
feat(event) rework the prototype of lv_event_cb
...
It encapsulates all event related parameters into a single lv_event_t obejct.
2021-04-14 15:31:54 +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