Lines Matching +full:- +full:q

1 <h1 align="center"> LVGL - Light and Versatile Graphics Library</h1>
8 LVGL provides everything you need to create an embedded GUI with easy-to-use graphical elements, be…
23 ---
26 - [Overview](#overview)
27 - [Get started](#get-started)
28 - [Examples](#examples)
29 - [Services](#services)
30 - [Contributing](#contributing)
35 * Advanced graphics engine: animations, anti-aliasing, opacity, smooth scrolling, blending modes, e…
40 * Multi-language support with UTF-8 handling, CJK, Bidirectional and Arabic script support
41 * Fully customizable graphical elements via [CSS-like styles](https://docs.lvgl.io/master/overview/…
46 …hon Binding exposes [LVGL API in Micropython](https://blog.lvgl.io/2019-02-20/micropython-bindings)
47 * [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) to develop on PC…
98 - NXP: Kinetis, LPC, iMX, iMX RT
99 - STM32F1, STM32F3, STM32F4, STM32F7, STM32L4, STM32L5, STM32H7
100 - Microchip dsPIC33, PIC24, PIC32MX, PIC32MZ
101 - [Linux frame buffer](https://blog.lvgl.io/2018-01-03/linux_fb) (/dev/fb)
102 - [Raspberry Pi](https://github.com/lvgl/lv_port_linux_frame_buffer)
103 - [Espressif ESP32](https://github.com/lvgl/lv_port_esp32)
104 - [Infineon Aurix](https://github.com/lvgl/lv_port_aurix)
105 - Nordic NRF52 Bluetooth modules
106 - Quectel modems
107 - [SYNWIT SWM341](http://www.synwit.cn/)
110 - [Arduino library](https://docs.lvgl.io/master/get-started/platforms/arduino.html)
111 - [PlatformIO package](https://registry.platformio.org/libraries/lvgl/lvgl)
112 - [Zephyr library](https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_LVGL.html)
113 - [ESP32 component](https://docs.lvgl.io/master/get-started/platforms/espressif.html)
114 - [NXP MCUXpresso component](https://www.nxp.com/design/software/embedded-software/lvgl-open-source
115 - [NuttX library](https://docs.lvgl.io/master/get-started/os/nuttx.html)
116 - [RT-Thread RTOS](https://docs.lvgl.io/master/get-started/os/rt-thread.html)
123 …th the basics on the [Quick overview](https://docs.lvgl.io/master/get-started/quick-overview.html)…
124 4. Set up a [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) (10 mi…
126 …/porting/index.html) guide or check the ready to use [Projects](https://github.com/lvgl?q=lv_port_)
127 …s.lvgl.io/master/overview/index.html) page to get a better understanding of the library (2-3 hours)
156 Learn more about [Micropython](https://docs.lvgl.io/master/get-started/bindings/micropython.html).
174 - Graphics design
175 - UI implementation
176 - Consulting/Support