Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 26) sorted by relevance

12

/lvgl-3.6.0/scripts/
Dlv_conf_internal_gen.py82 started = 0 variable
85 if not started:
87 started = 1 variable
/lvgl-3.6.0/
DREADME.md27 - [Get started](#get-started)
47 * [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) to develop on PC…
110 - [Arduino library](https://docs.lvgl.io/master/get-started/platforms/arduino.html)
113 - [ESP32 component](https://docs.lvgl.io/master/get-started/platforms/espressif.html)
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)
119 ## Get started
123 3. Get familiar with the basics on the [Quick overview](https://docs.lvgl.io/master/get-started/qui…
124 4. Set up a [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) (10 mi…
156 Learn more about [Micropython](https://docs.lvgl.io/master/get-started/bindings/micropython.html).
DREADME_zh.md49 * 支持[模拟器](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html)仿真,可以无硬件依托进行开发
113 - [Arduino library](https://docs.lvgl.io/master/get-started/platforms/arduino.html)
116 - [ESP32 component](https://docs.lvgl.io/master/get-started/platforms/espressif.html)
118 - [NuttX library](https://docs.lvgl.io/master/get-started/os/nuttx.html)
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分钟)
159 更多信息请到 [Micropython官网](https://docs.lvgl.io/master/get-started/bindings/micropython.html) 查询.
DREADME_pt_BR.md44 * [Simulador](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) para desenvolver…
126 - [Arduino library](https://docs.lvgl.io/master/get-started/platforms/arduino.html)
129 - [ESP32 component](https://docs.lvgl.io/master/get-started/platforms/espressif.html)
131 - [NuttX library](https://docs.lvgl.io/master/get-started/os/nuttx.html)
132 - [RT-Thread RTOS](https://docs.lvgl.io/master/get-started/os/rt-thread.html)
139 3. Familiarize-se com o básico da [Visão geral rápida](https://docs.lvgl.io/master/get-started/quic…
140 4. Configure um [simulador](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) (1…
173 Saiba mais em [Micropython](https://docs.lvgl.io/master/get-started/bindings/micropython.html)
/lvgl-3.6.0/docs/get-started/
Dindex.md1 # Get started
6 3. Read the [Quick overview](https://docs.lvgl.io/master/get-started/quick-overview.html) page of t…
7 4. Set up a [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) (10 mi…
Dquick-overview.md7 ## Get started in a simulator
9 Instead of porting LVGL to embedded hardware straight away, it's highly recommended to get started
12 Go to the [Simulators](/get-started/pc-simulator) section to get ready-to-use projects that can be …
254 Learn more about [Micropython](/get-started/micropython).
/lvgl-3.6.0/docs/
Dindex.md14 …<a href="get-started/index.html"><img class="home-img" src="_static/img/home_2.png" alt="Learn the…
28 get-started/index
DCONTRIBUTING.md15 Before getting started here are some guidelines to make contribution smoother:
164 Even if you're just getting started with LVGL there are plenty of ways to get your feet wet.
182 Have you already started using LVGL in a [Simulator](/get-started/platforms/pc-simulator), a develo…
DCHANGELOG.md160 - add(docs): add renesas-ra6m3 get-started document [`4278`](https://github.com/lvgl/lvgl/pull/4278)
494 - fix(docs-CN):fix broken links to docs in dir get-started [`3195`](https://github.com/lvgl/lvgl/pu…
495 - fix broken links to docs in dir get-started [`3190`](https://github.com/lvgl/lvgl/pull/3190)
602 - docs: rearrange the get-started section [`8a81532`](https://github.com/lvgl/lvgl/commit/8a8153219…
611 - docs(get-started): add quick-overview to the index [`91ebf81`](https://github.com/lvgl/lvgl/commi…
835 - docs(get-started) add introduction for Tasmota and Berry [`2874`](https://github.com/littlevgl/l…
/lvgl-3.6.0/docs/libs/
Dqrcode.md6 ## Get started
Dsjpg.md45 Conversion started...
/lvgl-3.6.0/docs/porting/
Dproject.md25 For integration with CMake take a look this section of the [Documentation](/get-started/platforms/c…
28 The [Get started](/get-started/index.html) section contains many platform specific descriptions e.g…
Ddisplay.md108 - `render_start_cb` A callback function that notifies the display driver that rendering has started
/lvgl-3.6.0/.github/ISSUE_TEMPLATE/
Dbug-report.md19 - [ ] Reproduce the issue in a [Simulator](https://docs.lvgl.io/latest/en/html/get-started/pc-simul…
/lvgl-3.6.0/docs/get-started/platforms/
Dpc-simulator.md75 …r [this tutorial](http://lazyfoo.net/tutorials/SDL/01_hello_SDL/index.php) to get started with SDL.
79 …d graphics library project (based on the latest release) is always available to get started easily.
Dcmake.md4 - [Espressif (ESP32)](https://docs.espressif.com/projects/esp-idf/en/v3.3/get-started-cmake/index.h…
Darduino.md18 To get started it's recommended to use [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) library as a …
Dnxp.md5 today and get started with your next GUI application.
/lvgl-3.6.0/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino2 *Be sure to read the docs here: https://docs.lvgl.io/master/get-started/platforms/arduino.html */
/lvgl-3.6.0/docs/overview/
Devent.md112 - `LV_EVENT_SCREEN_UNLOAD_START` A screen unload started, fired immediately when lv_scr_load/lv_scr…
113 - `LV_EVENT_SCREEN_LOAD_START` A screen load started, fired when the screen change delay is expired
Danimation.md54 /*Set a callback to indicate when the animation is started (after delay).*/
/lvgl-3.6.0/docs/get-started/os/
Dnuttx.md42 ## How to get started with NuttX and LVGL?
/lvgl-3.6.0/docs/layouts/
Dflex.md18 - wrap: if there is no more space in the track a new track is started
/lvgl-3.6.0/docs/get-started/bindings/
Dmicropython.md35 …ucation in mind, to make it easier for new or inexperienced users to get started with embedded dev…
/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h2142 int started; member
2155 if(x > c->max_x || !c->started) c->max_x = x;
2156 if(y > c->max_y || !c->started) c->max_y = y;
2157 if(x < c->min_x || !c->started) c->min_x = x;
2158 if(y < c->min_y || !c->started) c->min_y = y;
2159 c->started = 1;

12