Home
last modified time | relevance | path

Searched full:com (Results 1 – 25 of 81) sorted by relevance

1234

/lvgl-3.4.0/docs/
DCHANGELOG.md4 ## [v8.2.0](https://github.com/littlevgl/lvgl/compare/v8.1.0...v8.2.0) 31 January 2022
19 …still not updated to the new draw architecture. See [#3052](https://github.com/lvgl/lvgl/issues/30…
23 - :warning: feat(fs): add caching option for lv_fs-read [`2979`](https://github.com/littlevgl/lvgl/…
24 …: lv_spangroup_get_expand_width() adds a parameter [`2968`](https://github.com/littlevgl/lvgl/pull…
25 - :warning: arch(draw): allow replacing the draw engine [`db53ea9`](https://github.com/littlevgl/lv…
29 - arch(draw): separate SW renderer to allow replacing it [`2803`](https://github.com/littlevgl/lvgl…
30 - arch: merge lv_demos [`5414652`](https://github.com/littlevgl/lvgl/commit/5414652a4108dc6761b859f…
31 - arch(sdl): migrated to use new backend architecture [`2840`](https://github.com/littlevgl/lvgl/pu…
32 - arch(env): move rt-thread into env_support folder [`3025`](https://github.com/littlevgl/lvgl/pull…
33 …ve the cmake folder into the env_support folder [`773d50f`](https://github.com/littlevgl/lvgl/comm…
[all …]
DCONTRIBUTING.md22 - Ask questions in the [Forum](https://forum.lvgl.io/) and use [GitHub](https://github.com/lvgl/) f…
25 - Use [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) to format your p…
29 - Please read and follow the <a href="https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md…
36 …t it looks like on GitHub for LVGL here: [https://github.com/lvgl/lvgl/pulls](https://github.com/l…
51 1. Fork the [lvgl repository](https://github.com/lvgl/lvgl). To do this click the "Fork" button in …
52 It will "copy" the `lvgl` repository to your GitHub account (`https://github.com/<YOUR_NAME>?tab=re…
56 5. Create a PR on GitHub from the page of your `lvgl` repository (`https://github.com/<YOUR_NAME>/l…
62 The commit messages format is inspired by [Angular Commit Format](https://gist.github.com/brianclem…
150 * Post: http://stackoverflow.com/questions/12345
151 * Author: http://stackoverflow.com/users/12345/username
[all …]
DROADMAP.md7 See [#2790](https://github.com/lvgl/lvgl/issues/2790)
10 …rmat setting, and custom color format usage. (Also [RGB888](https://github.com/lvgl/lvgl/issues/17…
17 - Text node. See [#1701](https://github.com/lvgl/lvgl/issues/1701#issuecomment-699479408)
22 - Add new label alignment modes. [#1656](https://github.com/lvgl/lvgl/issues/1656)
23 - Support larger images: [#1892](https://github.com/lvgl/lvgl/issues/1892)
27 - Circle layout. See [#2871](https://github.com/lvgl/lvgl/issues/2871)
/lvgl-3.4.0/scripts/release/
Dpatch.py12 import os, subprocess, com, re
17 com.cmd("git clone --recurse-submodules https://github.com/lvgl/" + repo)
19 com.cmd("git checkout master")
20 com.cmd("git remote update origin --prune")
21 com.cmd("git pull origin --tags")
49 com.cmd("git checkout " + br)
54 com.cmd("git cherry-pick " + h[0])
56 ver = com.get_lvgl_version(br)
59 …print("Updating branch '" + br + "' from '" + com.ver_format(ver) + "' to '" + com.ver_format(ver_…
60 com.update_version(ver_new)
[all …]
/lvgl-3.4.0/docs/intro/
Dindex.md47 <a href="https://www.tutorialspoint.com/cprogramming/c_pointers.htm">pointers</a>,
48 <a href="https://www.tutorialspoint.com/cprogramming/c_structures.htm">structs</a>,
54 The LVGL project (including all repositories) is licensed under [MIT license](https://github.com/lv…
65 All repositories of the LVGL project are hosted on GitHub: https://github.com/lvgl
68 - [lvgl](https://github.com/lvgl/lvgl) The library itself with many [examples](https://github.com/l…
69 - [lv_demos](https://github.com/lvgl/lv_demos) Demos created with LVGL.
70 - [lv_drivers](https://github.com/lvgl/lv_drivers) Display and input device drivers
71 - [blog](https://github.com/lvgl/blog) Source of the blog's site (https://blog.lvgl.io)
72 - [sim](https://github.com/lvgl/sim) Source of the online simulator's site (https://sim.lvgl.io)
73 - [lv_sim_...](https://github.com/lvgl?q=lv_sim&type=&language=) Simulator projects for various IDE…
[all …]
/lvgl-3.4.0/demos/
DREADME.md58 See in [lv_demo_widgets](https://github.com/lvgl/lv_examples/tree/master/src/lv_demo_widgets) folde…
60 <img src="https://github.com/lvgl/lv_examples/blob/master/src/lv_demo_widgets/screenshot1.png?raw=t…
73 See in [lv_demo_music](https://github.com/lvgl/lv_examples/tree/master/src/lv_demo_music) folder.
75 <img src="https://github.com/lvgl/lv_examples/blob/master/src/lv_demo_music/screenshot1.gif?raw=tru…
81 See in [lv_demo_keypad_encoder](https://github.com/lvgl/lv_examples/tree/master/src/lv_demo_keypad_…
83 <img src="https://github.com/lvgl/lv_examples/blob/master/src/lv_demo_keypad_encoder/screenshot1.pn…
87 See in [lv_demo_benchmark](https://github.com/lvgl/lv_examples/tree/master/src/lv_demo_benchmark) f…
88 <img src="https://github.com/lvgl/lv_examples/blob/master/src/lv_demo_benchmark/screenshot1.png?raw…
92 See in [lv_demo_stress](https://github.com/lvgl/lv_examples/tree/master/src/lv_demo_stress) folder.
93 <img src="https://github.com/lvgl/lv_examples/blob/master/src/lv_demo_stress/screenshot1.png?raw=tr…
[all …]
/lvgl-3.4.0/docs/get-started/
Dcmake.md8 - [Espressif (ESP32)](https://docs.espressif.com/projects/esp-idf/en/v3.3/get-started-cmake/index.h…
21 … dependencies directly at configure time from e.g. [GitHub](https://github.com/). Here is an examp…
38 FetchContent_Declare(lvgl URL https://github.com/lvgl/lvgl.git)
45 … it. Since LVGL requires a config header called [lv_conf.h](https://github.com/lvgl/lvgl/blob/mast…
74 …y the same goes for the [drivers](https://github.com/lvgl/lv_drivers) and the [demos](https://gith…
83 GIT_REPOSITORY https://github.com/lvgl/lv_drivers)
86 GIT_REPOSITORY https://github.com/lvgl/lv_demos.git)
93 …//github.com/lvgl/lvgl/blob/master/lv_conf_template.h) header demos comes with its own config head…
Drt-thread.md7 <img src="https://raw.githubusercontent.com/RT-Thread/rt-thread/master/documentation/figures/logo.p…
11 [**RT-Thread**](https://www.rt-thread.io/) is an [open source](https://github.com/RT-Thread/rt-thre…
34 | [QEMU simulator](https://github.com/RT-Thread/rt-thread/tree/master/bsp/qemu-vexpress-a9) | |
35 | [Visual Studio simulator](https://github.com/RT-Thread/rt-thread/tree/master/bsp/simulator) | …
36 | [Nuvoton nk-980iot](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/nk-980iot/appl…
37 | [Nuvoton nk-n9h30](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/nk-n9h30/applic…
38 | [STM32L475 pandora](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32l475-atk-pa…
39 | [STM32F407 explorer](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f407-atk-e…
40 | [STM32F469 Discovery](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f469-st-d…
41 | [Raspberry PICO](https://github.com/RT-Thread/rt-thread/tree/master/bsp/raspberry-pico/applicatio…
Despressif.md7 LVGL can be used and configured as a standard [ESP-IDF](https://github.com/espressif/esp-idf) compo…
9 More information about ESP-IDF build system can be found [here](https://docs.espressif.com/projects…
13 …2](https://github.com/lvgl/lv_port_esp32), a project using ESP-IDF and LVGL to show one of the dem…
16 See [lvgl_esp32_drivers](https://github.com/lvgl/lvgl_esp32_drivers) repository for a complete list
34 git submodule add https://github.com/lvgl/lvgl.git components/lvgl
41 LVGL is also distributed through [IDF Component Manager](https://docs.espressif.com/projects/esp-id…
42 It allows users to seamlessly integrate [LVGL component](https://components.espressif.com/component…
61 git submodule add https://github.com/lvgl/lvgl_esp32_drivers.git components/lvgl_esp32_drivers
Dmicropython.md18 …github.com/micropython/micropython), [CircuitPython](https://github.com/adafruit/circuitpython), […
39 This goes well with [CircuitPython vision](https://learn.adafruit.com/welcome-to-circuitpython/what…
73com/amirgon/51299ce9b6448328a855826149482ae6/raw/0f235c6d40462fd2f0e55364b874f14fe3fd613c/lvgl_hel…
81 [Click here to know more information about building and running the unix port](https://github.com/l…
93 - `lv_micropython` [README](https://github.com/lvgl/lv_micropython)
94 - `lv_binding_micropython` [README](https://github.com/lvgl/lv_binding_micropython)
Dnuttx.md48 There are many boards in the [NuttX mainline](https://github.com/apache/incubator-nuttx) with suppo…
49 Let's use the [STM32F429IDISCOVERY](https://www.st.com/en/evaluation-tools/32f429idiscovery.html) a…
53 Let's use the [Windows Subsystem for Linux](https://acassis.wordpress.com/2018/01/10/how-to-build-n…
69 $ git clone https://github.com/apache/incubator-nuttx nuttx
70 $ git clone https://github.com/apache/incubator-nuttx-apps apps
99 - This blog post: [LVGL on LPCXpresso54628](https://acassis.wordpress.com/2018/07/19/running-nuttx-…
Dpc-simulator.md20 - [Eclipse with SDL driver](https://github.com/lvgl/lv_sim_eclipse_sdl): Recommended on Linux and M…
21 - [CodeBlocks](https://github.com/lvgl/lv_sim_codeblocks_win): Recommended on Windows
22 - [VisualStudio with SDL driver](https://github.com/lvgl/lv_sim_visual_studio_sdl): For Windows
23 - [VSCode with SDL driver](https://github.com/lvgl/lv_sim_vscode_sdl): Recommended on Linux and Mac
24 - [PlatformIO with SDL driver](https://github.com/lvgl/lv_platformio): Recommended on Linux and Mac
78 You can find the latest one on [GitHub](https://github.com/lvgl/lv_sim_eclipse_sdl).
Dtasmota-berry.md9 [Tasmota](https://github.com/arendst/Tasmota) is a widely used open-source firmware for ESP8266 and…
15 [Berry](https://github.com/berry-lang/berry) is a ultra-lightweight dynamically typed embedded scri…
28 All features are detailed in the [Berry Reference Manual](https://github.com/berry-lang/berry/wiki/…
47 A higher level interface compatible with [OpenHASP](https://github.com/HASwitchPlate/openHASP) is a…
76 - [Berry Documentation](https://github.com/berry-lang/berry/wiki/Reference)
Darduino.md8 The [LVGL library](https://github.com/lvgl/lvgl) is directly available as Arduino libraries.
18 You can [Download](https://github.com/lvgl/lvgl/archive/refs/heads/master.zip) the latest version o…
22 To get started it's recommended to use [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) library as a …
50 Take a look at [LVGL_Arduino.ino](https://github.com/lvgl/lvgl/blob/master/examples/arduino/LVGL_Ar…
/lvgl-3.4.0/
DREADME_zh.md50 * 丰富详实的[例程](https://github.com/lvgl/lvgl/tree/master/examples)
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)
116 - [NXP MCUXpresso component](https://www.nxp.com/design/software/embedded-software/lvgl-open-source…
127 5. 试着动手实践一些[例程](https://github.com/lvgl/lvgl/tree/master/examples)
128 …master/porting/index.html)尝试将LVGL移植到一块开发板上,LVGL也已经提供了一些移植好的[工程](https://github.com/lvgl?q=lv_port_)
136 更多例程请参见 [examples](https://github.com/lvgl/lvgl/tree/master/examples) 文件夹。
138 ![LVGL button with label example](https://github.com/lvgl/lvgl/raw/master/docs/misc/btn_example.png)
DREADME.md48 * 100+ simple [Examples](https://github.com/lvgl/lvgl/tree/master/examples)
102 - [Raspberry Pi](http://www.vk3erw.com/index.php/16-software/63-raspberry-pi-official-7-touchscreen…
103 - [Espressif ESP32](https://github.com/lvgl/lv_port_esp32)
104 - [Infineon Aurix](https://github.com/lvgl/lv_port_aurix)
113 - [NXP MCUXpresso component](https://www.nxp.com/design/software/embedded-software/lvgl-open-source…
124 5. Try out some [Examples](https://github.com/lvgl/lvgl/tree/master/examples)
125 …/porting/index.html) guide or check the ready to use [Projects](https://github.com/lvgl?q=lv_port_)
133 For more examples see the [examples](https://github.com/lvgl/lvgl/tree/master/examples) folder.
135 ![LVGL button with label example](https://github.com/lvgl/lvgl/raw/master/docs/misc/btn_example.png)
/lvgl-3.4.0/src/extra/
DREADME.md10 - Please and follow the [Coding style](https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.m…
12 - Update [lv_conf_template.h](https://github.com/lvgl/lvgl/blob/master/lv_conf_template.h)
13 - Add description in the [docs](https://github.com/lvgl/lvgl/tree/master/docs)
14 - Add [examples](https://github.com/lvgl/lvgl/tree/master/examples)
15 - Update the [changelog](https://github.com/lvgl/lvgl/tree/master/docs/CHANGELOG.md)
20 - New [Calendar headers](https://github.com/lvgl/lvgl/tree/master/src/extra/widgets/calendar)
23 - New [List items types](https://github.com/lvgl/lvgl/tree/master/src/extra/widgets/list)
24 - [Preloaders](https://www.google.com/search?q=preloader&sxsrf=ALeKk01ddA4YB0WEgLLN1bZNSm8YER7pkg:1…
/lvgl-3.4.0/docs/overview/
Dfont.md67 …contain the ASCII characters and use the [Montserrat](https://fonts.google.com/specimen/Montserrat…
69 …symbols are also added to the built-in fonts from the [FontAwesome](https://fontawesome.com/) font.
158 2. Use the [Offline font converter](https://github.com/lvgl/lv_font_conv). (Requires Node.js to be …
167 The built-in symbols are created from the [FontAwesome](https://fontawesome.com/) font.
169 …r a symbol on [https://fontawesome.com](https://fontawesome.com). For example the [USB symbol](htt…
185 Use [lv_font_conv](https://github.com/lvgl/lv_font_conv/) with the `--format bin` option to generat…
206 A ready to use FreeType can be found in [lv_freetype](https://github.com/lvgl/lv_lib_freetype) repo…
Dfile-system.md12 The [lv_fs_if](https://github.com/lvgl/lv_fs_if) repository contains prepared drivers using POSIX, …
13 See its [README](https://github.com/lvgl/lv_fs_if#readme) for the details.
68 For a template of these callbacks see [lv_fs_template.c](https://github.com/lvgl/lvgl/blob/master/e…
/lvgl-3.4.0/docs/libs/
Drlottie.md8 Allows to use Lottie animations in LVGL. Taken from this [base repository](https://github.com/Valen…
10 LVGL provides the interface to [Samsung/rlottie](https://github.com/Samsung/rlottie) library's C AP…
15 To build on desktop you can follow the instructions from Rlottie's [README](https://github.com/Sams…
19 git clone https://github.com/Samsung/rlottie.git
70 For example: https://lottiefiles.com/
Dqrcode.md8 …LVGL. Uses [QR-Code-generator](https://github.com/nayuki/QR-Code-generator) by [nayuki](https://gi…
12 - [Download](https://github.com/lvgl/lv_lib_qrcode.git) from GitHub
13 - Clone: git clone https://github.com/lvgl/lv_lib_qrcode.git
/lvgl-3.4.0/docs/_templates/
Dlayout.html6 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-78811084-3"></script>
18 <div class="footer">This page uses <a href="https://analytics.google.com/">
20 the JavaScript coming from www.google-analytics.com.
25 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
/lvgl-3.4.0/env_support/cmsis-pack/
DLVGL.lvgl.pdsc5 * Copyright 2022 Gorgon Meducer (Email:embedded_zhuoran@hotmail.com) *
27 <url>https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/</url>
28 <supportContact>https://github.com/lvgl/lvgl/issues/new/choose</supportContact>
36 <repository type="git">https://github.com/lvgl/lvgl.git</repository>
39 …<release date="2022-01-31" version="1.0.0" url="https://raw.githubusercontent.com/lvgl/lvgl/master…
/lvgl-3.4.0/docs/_ext/
Dlv_example.py33 …return f"https://github.com/lvgl/lvgl/blob/{env.config.repo_commit_hash}/examples/{example_path}.{…
69 …://raw.githubusercontent.com/lvgl/lvgl/{env.config.repo_commit_hash}/examples/header.py&script=htt…
/lvgl-3.4.0/docs/porting/
Dproject.md10 LVGL is available on GitHub: [https://github.com/lvgl/lvgl](https://github.com/lvgl/lvgl).
12 You can clone it or [Download](https://github.com/lvgl/lvgl/archive/refs/heads/master.zip) the late…

1234