Home
last modified time | relevance | path

Searched full:github (Results 1 – 25 of 66) sorted by relevance

123

/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 …s is still not updated to the new draw architecture. See [#3052](https://github.com/lvgl/lvgl/issu…
23 - :warning: feat(fs): add caching option for lv_fs-read [`2979`](https://github.com/littlevgl/lvgl/…
24 - :warning: feat(span): lv_spangroup_get_expand_width() adds a parameter [`2968`](https://github.co…
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 …): move the cmake folder into the env_support folder [`773d50f`](https://github.com/littlevgl/lvgl…
[all …]
DCONTRIBUTING.md22 - Ask questions in the [Forum](https://forum.lvgl.io/) and use [GitHub](https://github.com/lvgl/) f…
23 - Always fill out the post or issue templates in the Forum or GitHub (or at least provide equivalen…
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 You can see what it looks like on GitHub for LVGL here: [https://github.com/lvgl/lvgl/pulls](https:…
38 To add your changes you can edit files online on GitHub and send a new Pull request from there (rec…
41 ### From GitHub
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…
[all …]
DROADMAP.md7 See [#2790](https://github.com/lvgl/lvgl/issues/2790)
10 …or format setting, and custom color format usage. (Also [RGB888](https://github.com/lvgl/lvgl/issu…
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/docs/intro/
Dindex.md54 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…
74 - [lv_port_...](https://github.com/lvgl?q=lv_port&type=&language=) LVGL ports to development boards
75 - [lv_binding_..](https://github.com/lvgl?q=lv_binding&type=&language=l) Bindings to other languages
[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.md21 …s to download dependencies directly at configure time from e.g. [GitHub](https://github.com/). Her…
37 # Fetch LVGL from GitHub
38 FetchContent_Declare(lvgl URL https://github.com/lvgl/lvgl.git)
45 … with it. Since LVGL requires a config header called [lv_conf.h](https://github.com/lvgl/lvgl/blob…
74 …xactly the same goes for the [drivers](https://github.com/lvgl/lv_drivers) and the [demos](https:/…
83 GIT_REPOSITORY https://github.com/lvgl/lv_drivers)
86 GIT_REPOSITORY https://github.com/lvgl/lv_demos.git)
93 …https://github.com/lvgl/lvgl/blob/master/lv_conf_template.h) header demos comes with its own confi…
Drt-thread.md11 [**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…
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…
71 … device in less than 10 minutes in this [short tutorial](https://tasmota.github.io/docs/LVGL_in_10…
75 - [Tasmota Documentation](https://tasmota.github.io/docs/)
76 - [Berry Documentation](https://github.com/berry-lang/berry/wiki/Reference)
77 - [Tasmota LVGL Berry documentation](https://tasmota.github.io/docs/LVGL/)
Dpc-simulator.md18 … Development Environments). Choose your favorite IDE, read its README on GitHub, download the proj…
20 - [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).
Despressif.md7 LVGL can be used and configured as a standard [ESP-IDF](https://github.com/espressif/esp-idf) compo…
13 …_esp32](https://github.com/lvgl/lv_port_esp32), a project using ESP-IDF and LVGL to show one of th…
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
61 git submodule add https://github.com/lvgl/lvgl_esp32_drivers.git components/lvgl_esp32_drivers
Dmicropython.md18 …ps://github.com/micropython/micropython), [CircuitPython](https://github.com/adafruit/circuitpytho…
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)
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…
Dquick-overview.md22 - [Download](https://github.com/lvgl/lvgl/archive/master.zip) or clone the library from GitHub with…
122 … or the related header file (e.g. [lvgl/src/widgets/lv_slider.h](https://github.com/lvgl/lvgl/blob…
/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)
/lvgl-3.4.0/
DREADME_zh.md50 * 丰富详实的[例程](https://github.com/lvgl/lvgl/tree/master/examples)
106 - [Espressif ESP32](https://github.com/lvgl/lv_port_esp32)
107 - [Infineon Aurix](https://github.com/lvgl/lv_port_aurix)
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)
103 - [Espressif ESP32](https://github.com/lvgl/lv_port_esp32)
104 - [Infineon Aurix](https://github.com/lvgl/lv_port_aurix)
124 5. Try out some [Examples](https://github.com/lvgl/lvgl/tree/master/examples)
125 …r/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/.github/workflows/
Dcompile_docs.yml12 if: github.repository == 'lvgl/lvgl'
68 uses: JamesIves/github-pages-deploy-action@3.7.1
77 GIT_CONFIG_EMAIL: lvgl-bot@users.noreply.github.com
81 if: github.ref == 'refs/heads/master'
82 uses: JamesIves/github-pages-deploy-action@3.7.1
91 GIT_CONFIG_EMAIL: lvgl-bot@users.noreply.github.com
Dbuild_micropython.yml24 git clone https://github.com/lvgl/lv_micropython.git .
35 … git fetch --force ${{ github.event.repository.html_url }} "+refs/heads/*:refs/remotes/origin/*"
36 … git fetch --force ${{ github.event.repository.html_url }} "+refs/pull/*:refs/remotes/origin/pr/*"
37 git checkout ${{ github.sha }} || git checkout ${{ github.event.pull_request.head.sha }}
Drelease.yml22 tag_name: ${{ github.ref }}
23 release_name: Release ${{ github.ref }}
25 See the [CHANGELOG](https://github.com/lvgl/lvgl/blob/master/docs/CHANGELOG.md)
/lvgl-3.4.0/docs/libs/
Dqrcode.md8 … with LVGL. Uses [QR-Code-generator](https://github.com/nayuki/QR-Code-generator) by [nayuki](http…
12 - [Download](https://github.com/lvgl/lv_lib_qrcode.git) from GitHub
13 - Clone: git clone https://github.com/lvgl/lv_lib_qrcode.git
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
/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}.{…
65 '<i class="fa fa-github"></i>&nbsp;GitHub': self.github_path(example_path, 'c')
68 '<i class="fa fa-github"></i>&nbsp;GitHub': self.github_path(example_path, 'py'),
/lvgl-3.4.0/docs/porting/
Dproject.md10 LVGL is available on GitHub: [https://github.com/lvgl/lvgl](https://github.com/lvgl/lvgl).
12 …ne it or [Download](https://github.com/lvgl/lvgl/archive/refs/heads/master.zip) the latest version…
Ddisplay.md41 …rmance of different configurations using the [benchmark example](https://github.com/lvgl/lv_demos/…
208 …nfiguration. If you encounter a problem please open an issue on [GitHub](https://github.com/lvgl/l…
212 - [lv_port_disp_template.c](https://github.com/lvgl/lvgl/blob/master/examples/porting/lv_port_disp_…
/lvgl-3.4.0/tests/
DREADME.md3 The tests in the folder can be run locally and automatically by GitHub CI.
26 GitHub's CI automatically runs these tests on pushes and pull requests to `master` and `releasev8.*…
43 See the list of asserts [here](https://github.com/ThrowTheSwitch/Unity/blob/master/docs/UnityAssert…

123