Searched refs:started (Results 1 – 25 of 26) sorted by relevance
12
82 started = 0 variable85 if not started:87 started = 1 variable
27 - [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 started123 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).
49 * 支持[模拟器](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) 查询.
44 * [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)
1 # Get started6 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…
7 ## Get started in a simulator9 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).
14 …<a href="get-started/index.html"><img class="home-img" src="_static/img/home_2.png" alt="Learn the…28 get-started/index
15 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…
160 - 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…
6 ## Get started
45 Conversion started...
25 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…
108 - `render_start_cb` A callback function that notifies the display driver that rendering has started…
19 - [ ] Reproduce the issue in a [Simulator](https://docs.lvgl.io/latest/en/html/get-started/pc-simul…
75 …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.
4 - [Espressif (ESP32)](https://docs.espressif.com/projects/esp-idf/en/v3.3/get-started-cmake/index.h…
18 To get started it's recommended to use [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) library as a …
5 today and get started with your next GUI application.
2 *Be sure to read the docs here: https://docs.lvgl.io/master/get-started/platforms/arduino.html */
112 - `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
54 /*Set a callback to indicate when the animation is started (after delay).*/
42 ## How to get started with NuttX and LVGL?
18 - wrap: if there is no more space in the track a new track is started
35 …ucation in mind, to make it easier for new or inexperienced users to get started with embedded dev…
2142 int started; member2155 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;