Searched full:docs (Results 1 – 25 of 55) sorted by relevance
123
... docs/CODE_OF_CONDUCT.md docs/CODING_STYLE.md docs/conf.py docs/CONTRIBUTING.md docs ...
33 ### Docs subsection35 - 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 subsection69 - 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 subsection106 - docs(disp): metined that rotation rotates the touch coordinates too [`810852b`](https://github.co…[all …]
25 - 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 typo215 ### Improve the docs217 …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)
119 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/'
13 <a href="https://docs.lvgl.io/">Docs</a> ·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 …]
16 <a href="https://docs.lvgl.io/">文档</a> ·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 …]
10 <a href="https://docs.lvgl.io/">Documentação</a> ·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 …]
8 docs/api_doc11 docs/doxygen_html12 docs/xml13 docs/examples.md14 docs/out_latex15 docs/_static/built_lv_examples16 docs/LVGL.pdf17 docs/env
5 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…
1 name: Build docs14 concurrency: docs-build-and-deploy37 key: ${{ env.pythonLocation }}-${{ hashFiles('docs/requirements.txt') }}44 pip install -r docs/requirements.txt59 - name: Build docs60 run: docs/build.py72 REPOSITORY_NAME: lvgl/docs86 REPOSITORY_NAME: lvgl/docs
73 ### Docs74 {{#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)'}}
61 OUTPUT_DIRECTORY = ../docs1088 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a1245 # 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 an1632 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a1803 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
446 def docs(p): function511 sys.stdout = open(base_dir + '/../docs/overview/style-props.md', 'w')515 docs(p)
9 - 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 …
4 - [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…
67 …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/)
5 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…
4 url: https://docs.lvgl.io10 url: https://github.com/lvgl/lvgl/blob/master/docs/CONTRIBUTING.md#faq-about-contributing13 url: https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md
16 - [ ] 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…
2 *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
15 …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…
8 …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…
43 - 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)
79 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 …
36 * See Boxing model in docs for reference.92 * See Boxing model in docs for reference.