Home
last modified time | relevance | path

Searched full:docs (Results 1 – 25 of 55) sorted by relevance

123

/lvgl-3.6.0/env_support/cmsis-pack/
DLVGL.lvgl.8.3.11.pack ... docs/CODE_OF_CONDUCT.md docs/CODING_STYLE.md docs/conf.py docs/CONTRIBUTING.md docs ...
/lvgl-3.6.0/docs/
DCHANGELOG.md33 ### Docs subsection
35 - docs(obj): fix wording [`4625`](https://github.com/lvgl/lvgl/pull/4625)
36 - docs(label): update text for recoloring [`4606`](https://github.com/lvgl/lvgl/pull/4606)
37 - docs: fix typo [`9fbac75`](https://github.com/lvgl/lvgl/commit/9fbac7570bdec18ddbb157b59f5e26a2eb…
59 - fix(docs): dropdown: fix function name in description of static options [`4535`](https://github.c…
67 ### Docs subsection
69 - docs(calendar): update according to v8.2 changes [`a296456`](https://github.com/lvgl/lvgl/commit/…
70 - docs(simulator): remove SDL support from the Visual Studio project [`bcebafe`](https://github.com…
104 ### Docs subsection
106 - docs(disp): metined that rotation rotates the touch coordinates too [`810852b`](https://github.co…
[all …]
DCONTRIBUTING.md25 - Please read and follow the <a href="https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md…
75 - `docs` anything related to the documentation (even fixes, formatting, and new pages)
115 docs(porting): fix typo
215 ### Improve the docs
217 …ces. All the documentation is located in the [lvgl/docs](https://github.com/lvgl/lvgl/tree/master/
258 - Add description in the [docs](https://github.com/lvgl/lvgl/tree/master/docs)
260 - Update the [changelog](https://github.com/lvgl/lvgl/tree/master/docs/CHANGELOG.md)
Dconf.py119 html_baseurl = f"https://docs.lvgl.io/{os.environ['LVGL_URLPATH']}/en/html/"
123 #lvgl_github_url = f"https://github.com/lvgl/lvgl/blob/{os.environ['LVGL_GITCOMMIT']}/docs"
132 'conf_py_path': '/docs/'
/lvgl-3.6.0/
DREADME.md13 <a href="https://docs.lvgl.io/">Docs</a> &middot;
16 <a href="https://docs.lvgl.io/master/examples.html">Interactive examples</a>
34 * Powerful [building blocks](https://docs.lvgl.io/master/widgets/index.html): buttons, charts, list…
36 * Supports [various input devices](https://docs.lvgl.io/master/overview/indev.html): touchscreen, m…
37 * Supports [multiple displays](https://docs.lvgl.io/master/overview/display.html)
41 * Fully customizable graphical elements via [CSS-like styles](https://docs.lvgl.io/master/overview/…
42 …l layouts inspired by CSS: [Flexbox](https://docs.lvgl.io/master/layouts/flex.html) and [Grid](htt…
44 * Smooth rendering even with a [single frame buffer](https://docs.lvgl.io/master/porting/display.ht…
47 * [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) to develop on PC…
49 * [Documentation](http://docs.lvgl.io/) and API references online and in PDF
[all …]
DREADME_zh.md16 <a href="https://docs.lvgl.io/">文档</a> &middot;
19 <a href="https://docs.lvgl.io/master/examples.html">例程</a>
37 * 丰富且强大的模块化[图形组件](https://docs.lvgl.io/master/widgets/index.html):按钮 (buttons)、图表 (charts)、列表 (list…
39 * 支持多种[输入设备](https://docs.lvgl.io/master/overview/indev.html):触摸屏、 键盘、编码器、按键等
40 * 支持[多显示设备](https://docs.lvgl.io/master/overview/display.html)
44 …](https://docs.lvgl.io/master/overview/style.html)的方式来设计、布局图形界面(例如:[Flexbox](https://docs.lvgl.io/…
46 * 即便仅有[单缓冲区(frame buffer)](https://docs.lvgl.io/master/porting/display.html)的情况下,也可保证渲染如丝般顺滑
49 * 支持[模拟器](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html)仿真,可以无硬件依托进行开发
51 * 详尽的[文档](http://docs.lvgl.io/)以及API参考手册,可线上查阅或可下载为PDF格式
113 - [Arduino library](https://docs.lvgl.io/master/get-started/platforms/arduino.html)
[all …]
DREADME_pt_BR.md10 <a href="https://docs.lvgl.io/">Documentação</a> &middot;
13 <a href="https://docs.lvgl.io/master/examples.html">Exemplos interativos</a>
31 * Poderosos [widgets](https://docs.lvgl.io/master/widgets/index.html): botões, gráficos, listas, co…
33 * Suporte à [vários dispositivos de entrada](https://docs.lvgl.io/master/overview/indev.html): tela…
34 * Suporte à [vários monitores](https://docs.lvgl.io/master/overview/display.html)
38 * Elementos gráficos totalmente personalizáveis por meio de [CSS](https://docs.lvgl.io/master/overv…
39 …oderosos inspirados em CSS: [Flexbox](https://docs.lvgl.io/master/layouts/flex.html) e [Grid](http…
41 * Renderização suave mesmo com um [buffer de quadro único](https://docs.lvgl.io/master/porting/disp…
44 * [Simulador](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) para desenvolver…
46 * [Documentação](http://docs.lvgl.io/) e referências de API online e em PDF
[all …]
D.gitignore8 docs/api_doc
11 docs/doxygen_html
12 docs/xml
13 docs/examples.md
14 docs/out_latex
15 docs/_static/built_lv_examples
16 docs/LVGL.pdf
17 docs/env
/lvgl-3.6.0/docs/get-started/
Dindex.md5 2. Read the [Introduction](https://docs.lvgl.io/latest/en/html/intro/index.html) page of the docume…
6 3. Read the [Quick overview](https://docs.lvgl.io/master/get-started/quick-overview.html) page of t…
7 4. Set up a [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) (10 mi…
8 5. Try out some [Examples](https://docs.lvgl.io/master/examples.html)
10 7. Port LVGL to a board. See the [Porting](https://docs.lvgl.io/master/porting/index.html) guide or…
11 8. Read the [Overview](https://docs.lvgl.io/master/overview/index.html) page to get a better unders…
12 9. Check the documentation of the [Widgets](https://docs.lvgl.io/master/widgets/index.html) to see …
14 11. Read the [Contributing](https://docs.lvgl.io/master/CONTRIBUTING.html) guide to see how you can…
/lvgl-3.6.0/.github/workflows/
Dcompile_docs.yml1 name: Build docs
14 concurrency: docs-build-and-deploy
37 key: ${{ env.pythonLocation }}-${{ hashFiles('docs/requirements.txt') }}
44 pip install -r docs/requirements.txt
59 - name: Build docs
60 run: docs/build.py
72 REPOSITORY_NAME: lvgl/docs
86 REPOSITORY_NAME: lvgl/docs
/lvgl-3.6.0/scripts/
Dchangelog-template.hbs73 ### Docs
74 {{#commit-list merges heading='' message='^docs'}}
77 {{#commit-list commits heading='' message='^docs'}}
80 {{#commit-list fixes heading='' message='^docs'}}
96 {{#commit-list merges heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
99 {{#commit-list commits heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
102 {{#commit-list fixes heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
DDoxyfile61 OUTPUT_DIRECTORY = ../docs
1088 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1245 # The default value is: Doxygen generated docs.
1248 DOCSET_FEEDNAME = "Doxygen generated docs"
1501 # http://docs.mathjax.org/en/latest/output.html) for more details.
1531 # (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
1632 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1803 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
Dstyle_api_gen.py446 def docs(p): function
511 sys.stdout = open(base_dir + '/../docs/overview/style-props.md', 'w')
515 docs(p)
/lvgl-3.6.0/src/extra/
DREADME.md9 - Create a [Pull request](https://docs.lvgl.io/8.0/CONTRIBUTING.html#pull-request) with your new co…
10 - Please and follow the [Coding style](https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.m…
13 - Add description in the [docs](https://github.com/lvgl/lvgl/tree/master/docs)
15 - Update the [changelog](https://github.com/lvgl/lvgl/tree/master/docs/CHANGELOG.md)
26 - 9 patch button: Similar to [lv_imgbtn](https://docs.lvgl.io/8.0/widgets/extra/imgbtn.html) but 9 …
/lvgl-3.6.0/docs/get-started/platforms/
Dcmake.md4 - [Espressif (ESP32)](https://docs.espressif.com/projects/esp-idf/en/v3.3/get-started-cmake/index.h…
5 - [MicroPython](https://docs.micropython.org/en/v1.15/develop/cmodules.html)
6 - [Zephyr](https://docs.zephyrproject.org/latest/guides/zephyr_cmake_package.html)
62 LVGL [examples](https://docs.lvgl.io/master/examples.html) have their own CMake target. If you want…
Dtasmota-berry.md67 …n less than 10 minutes in this [short tutorial](https://tasmota.github.io/docs/LVGL_in_10_minutes/)
71 - [Tasmota Documentation](https://tasmota.github.io/docs/)
73 - [Tasmota LVGL Berry documentation](https://tasmota.github.io/docs/LVGL/)
Despressif.md5 More information about ESP-IDF build system can be found [here](https://docs.espressif.com/projects…
37 LVGL is also distributed through [IDF Component Manager](https://docs.espressif.com/projects/esp-id…
/lvgl-3.6.0/.github/ISSUE_TEMPLATE/
Dconfig.yml4 url: https://docs.lvgl.io
10 url: https://github.com/lvgl/lvgl/blob/master/docs/CONTRIBUTING.md#faq-about-contributing
13 url: https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md
Dbug-report.md16 - [ ] Read the [FAQ](https://docs.lvgl.io/master/intro/index.html#faq)
17 - [ ] Check the related part of the [Documentation](https://docs.lvgl.io/)
19 - [ ] Reproduce the issue in a [Simulator](https://docs.lvgl.io/latest/en/html/get-started/pc-simul…
/lvgl-3.6.0/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino2 *Be sure to read the docs here: https://docs.lvgl.io/master/get-started/platforms/arduino.html */
121 * online: https://docs.lvgl.io/master/examples.html
/lvgl-3.6.0/docs/get-started/bindings/
Dmicropython.md15 …s specifically for embedded systems, such as the [machine module](https://docs.micropython.org/en/…
92 - At Micropython: [docs](http://docs.micropython.org/en/latest/) and [forum](https://forum.micropyt…
/lvgl-3.6.0/docs/libs/
Dpng.md8 …o registered to open images from files. Read more about it [here](https://docs.lvgl.io/master/over…
12 As it might take significant time to decode PNG images LVGL's [images caching](https://docs.lvgl.io…
Dfreetype.md43 - FreeType [tutorial](https://www.freetype.org/freetype2/docs/tutorial/step1.html)
44 - LVGL's [font interface](https://docs.lvgl.io/v7/en/html/overview/font.html#add-a-new-font-engine)
/lvgl-3.6.0/demos/
DREADME.md79 Learn more about the touchpad-less usage of LVGL [here](https://docs.lvgl.io/master/overview/indev.…
96 For contribution and coding style guidelines, please refer to the file docs/CONTRIBUTING.md in the …
/lvgl-3.6.0/tests/src/test_cases/
Dtest_bar.c36 * See Boxing model in docs for reference.
92 * See Boxing model in docs for reference.

123