Lines Matching full:https

4 …<a href="https://github.com/sponsors/lvgl" target="_blank"><img align="left" src="https://lvgl.io/…
18   <img src="https://lvgl.io/github-assets/logo-colored.png" width=300px>
33 <img src="https://lvgl.io/github-assets/smartwatch-demo.gif">
35   <img border="1px" src="https://lvgl.io/github-assets/widgets-demo.gif">
39 <a href="https://lvgl.io" title="Homepage of LVGL">官网 </a> |
40 <a href="https://docs.lvgl.io/" title="Detailed documentation with 100+ examples">文档</a> |
41 <a href="https://forum.lvgl.io" title="Get help and help others">论坛</a> |
42 <a href="https://lvgl.io/demos" title="Demos running in your browser">示例</a> |
43 …<a href="https://lvgl.io/services" title="Graphics design, UI implementation and consulting">服务</a>
75 `移植指南 <https://docs.lvgl.io/master/intro/add-lvgl-to-your-project/connecting_lvgl.html>`__
82 - 30+ 内置\ `控件 <https://docs.lvgl.io/master/details/widgets/index.html>`__:
84 - 灵活的\ `样式系统 <https://docs.lvgl.io/master/details/base-widget/styles/style.html>`__
86 - `Flex 布局 <https://docs.lvgl.io/master/details/base-widget/layouts/flex.html>`__ 和
87 `Grid 布局 <https://docs.lvgl.io/master/details/base-widget/layouts/grid.html>`__
92 - 支持鼠标、触摸板、小键盘、键盘、外部按钮、编码器\ `输入设备 <https://docs.lvgl.io/master/details/main-components/indev.html>…
93 - 支持\ `多显示器 <https://docs.lvgl.io/master/details/main-components/display.html#multiple-display-sup…
97 - `MicroPython 绑定 <https://blog.lvgl.io/2019-02-20/micropython-bindings>`__
99 - `PikaScript 绑定 <https://blog.lvgl.io/2022-08-24/pikascript-and-lvgl>`__
102 - 支持开箱即用的 Make 和 \ `CMake <https://docs.lvgl.io/master/details/integration/building/cmake.html>`__…
103 - 支持在 \ `PC 上开发 <https://docs.lvgl.io/master/integration/ide/pc-simulator.html>`__\ ,并可以在嵌入式硬件上使用相…
104 - 支持使用我们的 \ `Emscripten 移植 <https://github.com/lvgl/lv_web_emscripten>`__\ 从而将 C 写的 UI 代码转换为 HTML…
108 - 包含 \ `100 多个简单示例 <https://docs.lvgl.io/master/index.html>`__\ 的详细\ `文档 <https://docs.lvgl.io/>`__
109 - `服务 <https://lvgl.io/services>`__
117 如果 LVGL 为您节省了大量时间和金钱,或者您只是在使用它时玩得很开心,请考虑\ `支持它的开发 <https://github.com/sponsors/lvgl>`__\ 。
125 我们使用 \ `GitHub Sponsors <https://github.com/sponsors/lvgl>`__\ ,您可以轻松发送一次性或定期捐款。您还可以以透明的方式查看我们的所有费用。
129https://github.com/lvgl/lvgl/labels/Sponsored>`__\ 的问题,他或她将获得该工作的报酬。我们估计问题所需的时间、复杂性和重要性,并据此设定价格。直接…
147 library <https://docs.lvgl.io/master/integration/framework/arduino.html>`__
149 package <https://registry.platformio.org/libraries/lvgl/lvgl>`__
151 library <https://docs.lvgl.io/master/integration/os/zephyr.html>`__
153 component <https://components.espressif.com/components/lvgl/lvgl>`__
155 …component <https://www.nxp.com/design/software/embedded-software/lvgl-open-source-graphics-library…
157 library <https://docs.lvgl.io/master/integration/os/nuttx.html>`__
159 RTOS <https://docs.lvgl.io/master/integration/os/rt-thread.html>`__
162 package <https://doc.riot-os.org/group__pkg__lvgl.html#details>`__
171 如果要查看更多示例,可查看 \ `Examples <https://github.com/lvgl/lvgl/tree/master/examples>`__ 文件夹。
176 .. image:: https://github.com/kisvegabor/test/raw/master/readme_example_1.png
202 …<summary>MicroPython code | <a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.h…
224 .. image:: https://github.com/kisvegabor/test/raw/master/readme_example_2.gif
256https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://raw.github…
281 .. image:: https://github.com/kisvegabor/test/raw/master/readme_example_3.gif
322https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://raw.github…
368 .. image:: https://github.com/kisvegabor/test/raw/master/readme_example_4.gif
419https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://raw.github…
465 .. image:: https://github.com/kisvegabor/test/raw/master/readme_example_5.png
502https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://raw.github…
541 1. 查看\ `在线演示 <https://lvgl.io/demos>`__\ ,了解 LVGL 的实际操作(3 分钟)
542 2. 阅读\ `文档 <https://docs.lvgl.io/master/intro/index.html>`__\ 的简介页(5 分钟)
543 3. 熟悉\ `快速概览 <https://docs.lvgl.io/master/intro/basics.html>`__
548 4. 设置\ `模拟器 <https://docs.lvgl.io/master/integration/ide/pc-simulator.html#simulator>`__ (10 分钟)
549 5. 尝试一些\ `示例 <https://github.com/lvgl/lvgl/tree/master/examples>`__
550 6. 将LVGL端口连接到线路板。请参阅\ `移植 <https://docs.lvgl.io/master/intro/add-lvgl-to-your-project/index.html>`_…
554 7. 阅读\ `概述 <https://docs.lvgl.io/master/details/main-components/index.html>`__\ 页面以更好地了解图书馆(2-3 小时)
555 8. 查看\ `控件 <https://docs.lvgl.io/master/details/widgets/index.html>`__\ 的文档以查看其功能和用法
560 10. 阅读\ `贡献 <https://docs.lvgl.io/master/CONTRIBUTING.html>`__\ 指南,了解如何帮助提高 LVGL(15 分钟)
578 查看我们的 \ `Demos <https://lvgl.io/demos>`__\ 作为参考。有关更多信息,请查看\ `服务页面 <https://lvgl.io/services>`__\ 。
580 `联系我们 <https://lvgl.io/#contact>`__\ ,告诉我们如何提供帮助。
589 有关贡献的详细说明,请访问文件的\ `贡献 <https://docs.lvgl.io/master/CONTRIBUTING.html>`__\ 部分。
595 <a href="https://github.com/lvgl/lvgl/graphs/contributors">
596 <img src="https://contrib.rocks/image?repo=lvgl/lvgl&max=48" />
601 .. |Sponsors of LVGL| image:: https://opencollective.com/lvgl/organizations.svg?width=600
602 :target: https://opencollective.com/lvgl
603 .. |Backers of LVGL| image:: https://opencollective.com/lvgl/individuals.svg?width=600
604 :target: https://opencollective.com/lvgl