Lines Matching +full:- +full:q

1 <h1 align="center"> LVGL - Light and Versatile Graphics Library</h1>
2 <h2 align="center"> LVGL - 轻量级通用型图形库</h2>
26 ---
29 - [概况与总览](#概况与总览)
30 - [如何入门](#如何入门)
31 - [例程](#例程)
32 - [服务](#服务)
33 - [如何向社区贡献](#如何向社区贡献)
43 * 基于UTF-8的多语种支持,例如中文、日文、韩文、阿拉伯文等
48 * 支持Micropython编程,参见:[LVGL API in Micropython](https://blog.lvgl.io/2019-02-20/micropython-bindings)
49 * 支持[模拟器](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html)仿真,可以无硬件依托进行开发
101 - NXP: Kinetis, LPC, iMX, iMX RT
102 - STM32F1, STM32F3, STM32F4, STM32F7, STM32L4, STM32L5, STM32H7
103 - Microchip dsPIC33, PIC24, PIC32MX, PIC32MZ
104 - [Linux frame buffer](https://blog.lvgl.io/2018-01-03/linux_fb) (/dev/fb)
105 - [Raspberry Pi](http://www.vk3erw.com/index.php/16-software/63-raspberry-pi-official-7-touchscreen
106 - [Espressif ESP32](https://github.com/lvgl/lv_port_esp32)
107 - [Infineon Aurix](https://github.com/lvgl/lv_port_aurix)
108 - Nordic NRF52 Bluetooth modules
109 - Quectel modems
110 - [SYNWIT SWM341](https://www.synwit.cn/)
113 - [Arduino library](https://docs.lvgl.io/master/get-started/platforms/arduino.html)
114 - [PlatformIO package](https://platformio.org/lib/show/12440/lvgl)
115 - [Zephyr library](https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LVGL.html)
116 - [ESP32 component](https://docs.lvgl.io/master/get-started/platforms/espressif.html)
117 - [NXP MCUXpresso component](https://www.nxp.com/design/software/embedded-software/lvgl-open-source
118 - [NuttX library](https://docs.lvgl.io/master/get-started/os/nuttx.html)
119 - [RT-Thread RTOS](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/p…
126 3. 再来阅读一下文档快速[快速概览](https://docs.lvgl.io/master/get-started/quick-overview.html)章节来了解LVGL的基本知识(15分钟)
127 4. 学习如何使用[模拟器](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html)来在电脑上仿真LVGL(10分钟)
129 …master/porting/index.html)尝试将LVGL移植到一块开发板上,LVGL也已经提供了一些移植好的[工程](https://github.com/lvgl?q=lv_port_)
130 7. 仔细阅读文档[总览](https://docs.lvgl.io/master/overview/index.html)章节来更加深入的了解和熟悉LVGL(2-3小时)
159 更多信息请到 [Micropython官网](https://docs.lvgl.io/master/get-started/bindings/micropython.html) 查询.
178 - 图形设计
179 - UI设计
180 - 技术咨询以及技术支持
188 - 介绍你基于LVGL设计的作品或项目
189 - 写一些例程
190 - 修改以及完善文档
191 - 修复bug