Searched refs:docs (Results 1 – 25 of 34) sorted by relevance
12
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
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 …]
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 …]
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 …]
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…
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 …
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)'}}
442 def docs(p): function511 docs(p)
21 cp -a emscripten_builder/cmbuild docs/_static/built_lv_examples
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…
40 - docs: use a fixed commit of lv_web_emscripten [`501230e`](https://github.com/lvgl/lvgl/commit/501…46 - docs(arduino): add note to not use lv_examles library [`2f294aa`](https://github.com/lvgl/lvgl/co…47 - docs: use a fixed commit of lv_web_emscripten [`501230e`](https://github.com/lvgl/lvgl/commit/501…70 - docs(indev): fix the name of long_press_repeat_time (was long_press_rep_time) [`34c545e`](https:/…77 - docs(indev): fix the name of long_press_repeat_time (was long_press_rep_time) [`34c545e`](https:/…146 - docs(draw) remove reference to old lv_fs_add_drv function [`3564`](https://github.com/lvgl/lvgl/p…147 - docs(disp): LV_COLOR_SCREEN_TRANSP remove dependency on LV_COLOR_DEPTH_32 as transparency is supp…177 - docs(readme): fix LVGL version typo (8.3.0) [`3462`](https://github.com/lvgl/lvgl/pull/3462)178 - docs(tasmota): support LVGL 8.3.0 (#3511) [`62662f6`](https://github.com/lvgl/lvgl/commit/62662f6…187 …are blended as one layer to avoid color bleeding. See more [here](https://docs.lvgl.io/master/over…[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)
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)
4 LVGL has a [File system](https://docs.lvgl.io/master/overview/file-system.html) module to provide a…
20 …e registered to open images from files. Read more about it [here](https://docs.lvgl.io/master/over…
13 …o registered to open images from files. Read more about it [here](https://docs.lvgl.io/master/over…
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…
6 - [ ] Follow the [styling guide](https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md)
7 Learn more about the touchpad-less usage of LVGL [here](https://docs.lvgl.io/master/overview/indev.…
2 *Be sure to read the docs here: https://docs.lvgl.io/master/get-started/platforms/arduino.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…
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 …