Lines Matching full:lvgl
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>
54 LVGL 是最流行的免费开源嵌入式图形库,可以为任何 MCU、MPU 和显示类型创建漂亮的 UI。它得到了行业领先供应商和项目的支持,如 Arm、STM32、NXP、Espressif、Nuvoto…
58 它拥有创建现代美观 GUI 的所有功能:30 多个内置控件、强大的样式系统、Web 启发的布局管理器和支持多种语言的排版系统。要将 LVGL 集成到您的平台中,您只需要至少 32 KB
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>`__
101 - 未使用自定义生成系统。您可以在构建项目的其他文件时构建 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>`__\ 。
121 我们的目标是为 LVGL 做得最多的人提供经济补偿。这意味着不仅维护人员,而且任何实现伟大功能的人都应该从累积的资金中获得报酬。我们用捐款来支付服务器和相关服务等运营成本。
125 我们使用 \ `GitHub Sponsors <https://github.com/sponsors/lvgl>`__\ ,您可以轻松发送一次性或定期捐款。您还可以以透明的方式查看我们的所有费用。
129 …lvgl/lvgl/labels/Sponsored>`__\ 的问题,他或她将获得该工作的报酬。我们估计问题所需的时间、复杂性和重要性,并据此设定价格。直接评论一个赞助的问题,说“嗨,我想处理它…
131 **支持 LVGL 的组织**\
133 |Sponsors of LVGL|
135 **支持 LVGL 的个人**\
137 |Backers of LVGL|
144 LVGL 可用于以下几种:
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>`__
171 如果要查看更多示例,可查看 \ `Examples <https://github.com/lvgl/lvgl/tree/master/examples>`__ 文件夹。
177 :alt: Simple Hello world label example in LVGL
202 …<summary>MicroPython code | <a href="https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.h…
225 :alt: LVGL button with label example
256 …lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://raw.githubusercontent.…
282 :alt: Checkboxes with layout in LVGL
322 …lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://raw.githubusercontent.…
369 :alt: Styling a slider with LVGL
419 …lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://raw.githubusercontent.…
466 :alt: English, Hebrew and Chinese texts with LVGL
502 …lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://raw.githubusercontent.…
532 .. _arrow_forward-使用 lvgl 过程:
534 ▶️ 使用 LVGL 过程
537 此列表将指导您逐步开始使用 LVGL。
539 **熟悉 LVGL**
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>`__
546 **开始使用 LVGL**
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 …路板。请参阅\ `移植 <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>`__\ 的文档以查看其功能和用法
559 9. 如果您有问题,请访问\ `论坛 <http://forum.lvgl.io/>`__
560 10. 阅读\ `贡献 <https://docs.lvgl.io/master/CONTRIBUTING.html>`__\ 指南,了解如何帮助提高 LVGL(15 分钟)
567 LVGL LLC 的成立旨在为 LVGL 库提供坚实的背景,并提供多种类型的服务来帮助您进行 UI 开发。凭借在用户界面和图形行业超过15年的经验,我们可以帮助您将 UI 提升到一个新的水平。
572 我们还可以根据您或我们创建的设计来实现您的 UI。您可以确信,我们将充分利用您的硬件和 LVGL。如果 LVGL 中缺少某个功能或控件,请不要担心,我们会为您实现它。
576 对于提供开发板或生产套件的公司,我们会进行板子认证,展示板如何运行 LVGL。
578 查看我们的 \ `Demos <https://lvgl.io/demos>`__\ 作为参考。有关更多信息,请查看\ `服务页面 <https://lvgl.io/services>`__\ 。
580 `联系我们 <https://lvgl.io/#contact>`__\ ,告诉我们如何提供帮助。
587 LVGL 是一个开放的项目,我们非常欢迎您的贡献。有很多方法可以帮助您,从简单地谈论您的项目,到编写示例、改进文档、修复错误,甚至在 LVGL 组织下托管您自己的项目。
589 有关贡献的详细说明,请访问文件的\ `贡献 <https://docs.lvgl.io/master/CONTRIBUTING.html>`__\ 部分。
591 已经有 300 多人在 LVGL 留下了痕迹。期待你成为他们中的一员!并在下列贡献者中看到你!
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