Searched full:com (Results 1 – 25 of 89) sorted by relevance
1234
/lvgl-3.5.0/docs/ |
D | CHANGELOG.md | 3 ## [v8.3.7](https://github.com/lvgl/lvgl/compare/v8.3.7...v8.3.6) 3 May 2023 7 …ew ctrl map and allow width values to be max 15 [`a150b15`](https://github.com/lvgl/lvgl/commit/a1… 11 - fix (spinbox): doubling characters entered from the keyboard [`4190`](https://github.com/lvgl/lv… 12 - fix(arm-2d): fix transform-chrome-keying issue [`4178`](https://github.com/lvgl/lvgl/pull/4178) 13 - fix(menu): prevent setting the current page again [`4136`](https://github.com/lvgl/lvgl/pull/4136) 14 - fix(esp): fix ESP-IDF pedantic builds (backport v8.3) [`4135`](https://github.com/lvgl/lvgl/pull/… 15 - fix: color mixing with LV_COLOR_SWAP == 1 [`4101`](https://github.com/lvgl/lvgl/pull/4101) 17 - fix(indev): fix integer overflow in recursive zoom calculation [`a0795b4`](https://github.com/lvg… 18 - fix(style): fix trasition on bg_grad color [`48d7878`](https://github.com/lvgl/lvgl/commit/48d787… 21 ## [v8.3.6](https://github.com/lvgl/lvgl/compare/v8.3.6...v8.3.5) 3 April 2023 [all …]
|
D | CONTRIBUTING.md | 18 - Ask questions in the [Forum](https://forum.lvgl.io/) and use [GitHub](https://github.com/lvgl/) f… 21 - Use [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) to format your p… 25 - Please read and follow the <a href="https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md… 32 …t it looks like on GitHub for LVGL here: [https://github.com/lvgl/lvgl/pulls](https://github.com/l… 47 1. Fork the [lvgl repository](https://github.com/lvgl/lvgl). To do this click the "Fork" button in … 48 It will "copy" the `lvgl` repository to your GitHub account (`https://github.com/<YOUR_NAME>?tab=re… 52 5. Create a PR on GitHub from the page of your `lvgl` repository (`https://github.com/<YOUR_NAME>/l… 58 The commit messages format is inspired by [Angular Commit Format](https://gist.github.com/brianclem… 146 * Post: http://stackoverflow.com/questions/12345 147 * Author: http://stackoverflow.com/users/12345/username [all …]
|
D | ROADMAP.md | 7 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)
|
D | CODING_STYLE.md | 4 …[misc/lv_templ.c](https://github.com/lvgl/lvgl/blob/master/src/misc/lv_templ.c) and [misc/lv_templ… 93 [pre-commit](https://pre-commit.com/) is a multi-language package manager for pre-commit hooks. 94 See the [instalation guide](https://pre-commit.com/#installation) to get pre-commit python package 97 …nstalled you will need to [set up the git hook scripts](https://pre-commit.com/#3-install-the-git-…
|
/lvgl-3.5.0/scripts/release/ |
D | patch.py | 12 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.5.0/ |
D | README_pt_BR.md | 6 …O LVGL fornece tudo o que você precisa para criar uma GUI incorporada com elementos gráficos fácei… 35 * Pode ser usado com qualquer microcontrolador e display, independente do hardware 36 * Escalável para operar com pouca memória (64 kB Flash, 16 kB RAM) 37 * Suporte multilíngue com manipulação UTF-8, suporte ao alfabeto bidirecional, árabe e CJK (Chinês,… 41 * Renderização suave mesmo com um [buffer de quadro único](https://docs.lvgl.io/master/porting/disp… 42 * Escrito em C e compatível com C++ 43 * Uso do LittlevGL com Micropython simplificado com [LVGL API in Micropython](https://blog.lvgl.io/… 45 * Mais de 100 [exemplos simples](https://github.com/lvgl/lvgl/tree/master/examples) 111 O LVGL é completamente independente de plataforma e pode ser usado com qualquer MCU que atenda aos … 118 - [Raspberry Pi](http://www.vk3erw.com/index.php/16-software/63-raspberry-pi-official-7-touchscreen… [all …]
|
D | README_zh.md | 50 * 丰富详实的[例程](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) 117 - [NXP MCUXpresso component](https://www.nxp.com/design/software/embedded-software/lvgl-open-source… 128 5. 试着动手实践一些[例程](https://github.com/lvgl/lvgl/tree/master/examples) 129 …master/porting/index.html)尝试将LVGL移植到一块开发板上,LVGL也已经提供了一些移植好的[工程](https://github.com/lvgl?q=lv_port_) 137 更多例程请参见 [examples](https://github.com/lvgl/lvgl/tree/master/examples) 文件夹。 139 ![LVGL button with label example](https://github.com/lvgl/lvgl/raw/master/docs/misc/btn_example.png)
|
D | README.md | 48 * 100+ simple [Examples](https://github.com/lvgl/lvgl/tree/master/examples) 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) 114 - [NXP MCUXpresso component](https://www.nxp.com/design/software/embedded-software/lvgl-open-source… 125 5. Try out some [Examples](https://github.com/lvgl/lvgl/tree/master/examples) 126 …/porting/index.html) guide or check the ready to use [Projects](https://github.com/lvgl?q=lv_port_) 134 For more examples see the [examples](https://github.com/lvgl/lvgl/tree/master/examples) folder. 136 ![LVGL button with label example](https://github.com/lvgl/lvgl/raw/master/docs/misc/btn_example.png)
|
/lvgl-3.5.0/docs/get-started/os/ |
D | rt-thread.md | 3 <img src="https://raw.githubusercontent.com/RT-Thread/rt-thread/master/documentation/figures/logo.p… 7 [Introduce about RT-Thread and how to run LVGL on RT-Thread in simulators](https://www.youtube.com/… 9 [**RT-Thread**](https://www.rt-thread.io/) is an [open source](https://github.com/RT-Thread/rt-thre… 31 | [QEMU simulator](https://github.com/RT-Thread/rt-thread/tree/master/bsp/qemu-vexpress-a9/applicat… 32 | [Visual Studio simulator](https://github.com/RT-Thread/rt-thread/tree/master/bsp/simulator/applic… 33 | [Nuvoton numaker-iot-m487](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/numaker… 34 | [Nuvoton numaker-pfm-m487](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/numaker… 35 | [Nuvoton nk-980iot](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/nk-980iot/appl… 36 | [Nuvoton numaker-m2354](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/numaker-m2… 37 | [Nuvoton nk-n9h30](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/nk-n9h30/applic… [all …]
|
D | nuttx.md | 44 There are many boards in the [NuttX mainline](https://github.com/apache/incubator-nuttx) with suppo… 45 Let's use the [STM32F429IDISCOVERY](https://www.st.com/en/evaluation-tools/32f429idiscovery.html) a… 49 Let's use the [Windows Subsystem for Linux](https://acassis.wordpress.com/2018/01/10/how-to-build-n… 65 $ git clone https://github.com/apache/incubator-nuttx nuttx 66 $ git clone https://github.com/apache/incubator-nuttx-apps apps 95 - This blog post: [LVGL on LPCXpresso54628](https://acassis.wordpress.com/2018/07/19/running-nuttx-…
|
/lvgl-3.5.0/docs/intro/ |
D | index.md | 43 <a href="https://www.tutorialspoint.com/cprogramming/c_pointers.htm">pointers</a>, 44 <a href="https://www.tutorialspoint.com/cprogramming/c_structures.htm">structs</a>, 50 The LVGL project (including all repositories) is licensed under [MIT license](https://github.com/lv… 61 All repositories of the LVGL project are hosted on GitHub: https://github.com/lvgl 64 …/github.com/lvgl/lvgl) The library itself with many [examples](https://github.com/lvgl/lvgl/blob/m… 65 - [lv_drivers](https://github.com/lvgl/lv_drivers) Display and input device drivers 66 - [blog](https://github.com/lvgl/blog) Source of the blog's site (https://blog.lvgl.io) 67 - [sim](https://github.com/lvgl/sim) Source of the online simulator's site (https://sim.lvgl.io) 68 - [lv_port_...](https://github.com/lvgl?q=lv_port&type=&language=) LVGL ports to development boards… 69 - [lv_binding_..](https://github.com/lvgl?q=lv_binding&type=&language=l) Bindings to other languages [all …]
|
/lvgl-3.5.0/demos/ |
D | README.md | 58 See in [widgets](https://github.com/lvgl/lvgl/tree/master/demos/widgets) folder. 60 <img src="https://github.com/lvgl/lvgl/tree/master/demos/widgets/screenshot1.png?raw=true" width=60… 73 See in [music](https://github.com/lvgl/lvgl/tree/master/demos/music) folder. 75 <img src="https://github.com/lvgl/lvgl/tree/master/demos/music/screenshot1.gif?raw=true" width=600p… 81 See in [keypad_encoder](https://github.com/lvgl/lvgl/tree/master/demos/keypad_encoder) folder. 83 <img src="https://github.com/lvgl/lvgl/tree/master/demos/keypad_encoder/screenshot1.png?raw=true" w… 87 See in [benchmark](https://github.com/lvgl/lvgl/tree/master/demos/benchmark) folder. 88 <img src="https://github.com/lvgl/lvgl/tree/master/demos/benchmark/screenshot1.png?raw=true" width=… 92 See in [stress](https://github.com/lvgl/lvgl/tree/master/demos/stress) folder. 93 <img src="https://github.com/lvgl/lvgl/tree/master/demos/stress/screenshot1.png?raw=true" width=600… [all …]
|
/lvgl-3.5.0/docs/get-started/platforms/ |
D | espressif.md | 3 LVGL can be used and configured as a standard [ESP-IDF](https://github.com/espressif/esp-idf) compo… 5 More information about ESP-IDF build system can be found [here](https://docs.espressif.com/projects… 9 …32](https://github.com/lvgl/lv_port_esp32), a project using ESP-IDF and LVGL to show one of the de… 12 See [lvgl_esp32_drivers](https://github.com/lvgl/lvgl_esp32_drivers) repository for a complete list 30 git submodule add https://github.com/lvgl/lvgl.git components/lvgl 37 LVGL is also distributed through [IDF Component Manager](https://docs.espressif.com/projects/esp-id… 38 It allows users to seamlessly integrate [LVGL component](https://components.espressif.com/component… 57 git submodule add https://github.com/lvgl/lvgl_esp32_drivers.git components/lvgl_esp32_drivers
|
D | pc-simulator.md | 16 - [Eclipse with SDL driver](https://github.com/lvgl/lv_sim_eclipse_sdl): Recommended on Linux and M… 17 - [CodeBlocks](https://github.com/lvgl/lv_sim_codeblocks_win): Recommended on Windows 18 - [VisualStudio with SDL driver](https://github.com/lvgl/lv_sim_visual_studio_sdl): For Windows 19 - [VSCode with SDL driver](https://github.com/lvgl/lv_sim_vscode_sdl): Recommended on Linux and Mac 20 - [PlatformIO with SDL driver](https://github.com/lvgl/lv_platformio): Recommended on Linux and Mac 21 - [MDK with FastModel](https://github.com/lvgl/lv_port_an547_cm55_sim): For Windows 24 - [QT Creator](https://github.com/Varanda-Labs/lvgl-qt-sim): Cross platform 80 You can find the latest one on [GitHub](https://github.com/lvgl/lv_sim_eclipse_sdl).
|
D | cmake.md | 4 - [Espressif (ESP32)](https://docs.espressif.com/projects/esp-idf/en/v3.3/get-started-cmake/index.h… 17 … dependencies directly at configure time from e.g. [GitHub](https://github.com/). Here is an examp… 34 FetchContent_Declare(lvgl URL https://github.com/lvgl/lvgl.git) 41 … it. Since LVGL requires a config header called [lv_conf.h](https://github.com/lvgl/lvgl/blob/mast… 70 …y the same goes for the [drivers](https://github.com/lvgl/lv_drivers) and the [demos](https://gith… 74 GIT_REPOSITORY https://github.com/lvgl/lv_drivers)
|
D | tasmota-berry.md | 5 [Tasmota](https://github.com/arendst/Tasmota) is a widely used open-source firmware for ESP8266 and… 11 [Berry](https://github.com/berry-lang/berry) is a ultra-lightweight dynamically typed embedded scri… 24 All features are detailed in the [Berry Reference Manual](https://github.com/berry-lang/berry/wiki/… 43 A higher level interface compatible with [OpenHASP](https://github.com/HASwitchPlate/openHASP) is a… 72 - [Berry Documentation](https://github.com/berry-lang/berry/wiki/Reference)
|
D | arduino.md | 4 The [LVGL library](https://github.com/lvgl/lvgl) is directly available as Arduino libraries. 14 You can [Download](https://github.com/lvgl/lvgl/archive/refs/heads/master.zip) the latest version o… 18 To get started it's recommended to use [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) library as a … 46 Take a look at [LVGL_Arduino.ino](https://github.com/lvgl/lvgl/blob/master/examples/arduino/LVGL_Ar…
|
/lvgl-3.5.0/env_support/cmsis-pack/ |
D | LVGL.lvgl.pdsc | 5 * 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="2023-04-28" version="8.3.7" url="https://raw.githubusercontent.com/lvgl/lvgl/master… 43 …<release date="2023-04-02" version="8.3.6" url="https://raw.githubusercontent.com/lvgl/lvgl/master… 47 …<release date="2023-02-06" version="8.3.5" url="https://github.com/lvgl/lvgl/raw/e7e8cf846dce96f75… 54 …<release date="2022-12-31" version="1.0.6-p1" url="https://github.com/lvgl/lvgl/raw/dbb15bb3ea0365… 59 …<release date="2022-06-29" version="1.0.5" url="https://github.com/GorgonMeducer/lvgl/raw/922108db… 66 …<release date="2022-05-31" version="1.0.4" url="https://github.com/lvgl/lvgl/raw/ce0605182c31e43ab… [all …]
|
/lvgl-3.5.0/docs/get-started/bindings/ |
D | micropython.md | 14 …github.com/micropython/micropython), [CircuitPython](https://github.com/adafruit/circuitpython), [… 35 This goes well with [CircuitPython vision](https://learn.adafruit.com/welcome-to-circuitpython/what… 69 …com/amirgon/51299ce9b6448328a855826149482ae6/raw/0f235c6d40462fd2f0e55364b874f14fe3fd613c/lvgl_hel… 77 [Click here to know more information about building and running the unix port](https://github.com/l… 89 - `lv_micropython` [README](https://github.com/lvgl/lv_micropython) 90 - `lv_binding_micropython` [README](https://github.com/lvgl/lv_binding_micropython)
|
/lvgl-3.5.0/src/extra/ |
D | README.md | 10 - 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.5.0/docs/overview/ |
D | font.md | 63 …contain the ASCII characters and use the [Montserrat](https://fonts.google.com/specimen/Montserrat… 65 …symbols are also added to the built-in fonts from the [FontAwesome](https://fontawesome.com/) font. 154 2. Use the [Offline font converter](https://github.com/lvgl/lv_font_conv). (Requires Node.js to be … 163 The built-in symbols are created from the [FontAwesome](https://fontawesome.com/) font. 165 …r a symbol on [https://fontawesome.com](https://fontawesome.com). For example the [USB symbol](htt… 181 Use [lv_font_conv](https://github.com/lvgl/lv_font_conv/) with the `--format bin` option to generat… 202 A ready to use FreeType can be found in [lv_freetype](https://github.com/lvgl/lv_lib_freetype) repo…
|
/lvgl-3.5.0/docs/overview/renderers/ |
D | arm-2d.md | 5 Arm-2D is an open-source project on Github. For more, please refer to: https://github.com/ARM-softw… 13 If you are using **[CMSIS-Pack](https://github.com/lvgl/lvgl/tree/master/env_support/cmsis-pack)** … 24 - The target processors support **[Helium](https://developer.arm.com/documentation/102102/0103/?lan… 26 - The target device contains [DMA-350](https://community.arm.com/arm-community-blogs/b/internet-of-… 32 - [A Cortex-M55 (supports Helium) based MDK Project, PC emulation is available.](https://github.com…
|
/lvgl-3.5.0/docs/libs/ |
D | rlottie.md | 4 Allows to use Lottie animations in LVGL. Taken from this [base repository](https://github.com/Valen… 6 LVGL provides the interface to [Samsung/rlottie](https://github.com/Samsung/rlottie) library's C AP… 11 To build on desktop you can follow the instructions from Rlottie's [README](https://github.com/Sams… 15 git clone https://github.com/Samsung/rlottie.git 66 For example: https://lottiefiles.com/
|
D | qrcode.md | 4 …LVGL. Uses [QR-Code-generator](https://github.com/nayuki/QR-Code-generator) by [nayuki](https://gi… 8 - [Download](https://github.com/lvgl/lv_lib_qrcode.git) from GitHub 9 - Clone: git clone https://github.com/lvgl/lv_lib_qrcode.git
|
/lvgl-3.5.0/docs/_templates/ |
D | layout.html | 6 <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';
|
1234