Home
last modified time | relevance | path

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

/lvgl-latest/scripts/
Dlv_conf_internal_gen.py106 started = 0 variable
109 if not started:
111 started = 1 variable
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst31 see it either as not yet started, or as completed, and not in any state that is
38 back to the state before the operation was started. To other threads it must
39 appear as though the operation had not yet started.
48 have either not yet started, or have been successfully completed, and not in a
51 When reading or writing a value is started and completed with 1 CPU instruction,
88 before any other LVGL function is started.
139 be brought into a consistent state before something new is started. Another example
142 guarantees that each action started is allowed to complete before another action with
143 it is started.
/lvgl-latest/tests/src/test_files/fonts/noto/
DREADME.txt25 Get started
/lvgl-latest/docs/details/integration/renderers/
Dnema_gfx.rst17 Follow the instructions in the readme to get started.
/lvgl-latest/docs/details/integration/driver/display/
Dst_ltdc.rst122 is a way to quick way to get started with LTDC on LVGL.
/lvgl-latest/docs/details/integration/framework/
Darduino.rst26 To get started it's recommended to use `TFT_eSPI <https://github.com/Bodmer/TFT_eSPI>`__ library as…
/lvgl-latest/docs/details/integration/os/
Dqnx.rst38 Follow the generic instructions for getting started with LVGL. After copying
Dnuttx.rst76 How to get started with NuttX and LVGL?
Dzephyr.rst40 `getting started guide <https://docs.zephyrproject.org/latest/develop/getting_started/index.html>`_…
/lvgl-latest/docs/details/base-widget/
Devent.rst176 - :cpp:enumerator:`LV_EVENT_SCREEN_UNLOAD_START`: A screen unload started, fired immediately when …
177 - :cpp:enumerator:`LV_EVENT_SCREEN_LOAD_START`: A screen load started, fired when the screen chang…
/lvgl-latest/docs/details/main-components/
Danimation.rst114 /* Set anim_template callback to indicate when the Animation is started (after delay). */
241 Once a *live running* Animation has been started, it runs until it has completed,
/lvgl-latest/docs/details/integration/os/yocto/
Dterms_and_variables.rst7 Getting started in Yocto can be overwheming. There are many terms used that are
/lvgl-latest/docs/details/widgets/
Dlabel.rst128 function. In the context of word-wrapped text, any Recoloring started on a
/lvgl-latest/docs/details/integration/chip/
Drenesas.rst93 Get started with the Renesas ecosystem
Despressif.rst7 …g guide <https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/index.html>`__ to…
Dalif.rst18 This is a guide for getting started with LVGL on an Alif board. It specifically details
Dnxp.rst22 today and get started with your next GUI application. It comes fully configured
/lvgl-latest/docs/details/base-widget/layouts/
Dflex.rst34 - **wrap**: if there is no more space in the track, a new track is started
/lvgl-latest/docs/
DCONTRIBUTING.rst39 - ``Simple``: Good choice to get started with LVGL contribution
DDoxyfile58 # entered, it will be relative to the location where doxygen was started. If
162 # will be relative from the directory where doxygen is started.
2057 # defined before the preprocessor is started (similar to the -D option of e.g.
/lvgl-latest/
DREADME.md417 ## :arrow_forward: Get started
418 This list will guide you to get started with LVGL step-by-step.
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h2134 int started; member
2147 if(x > c->max_x || !c->started) c->max_x = x;
2148 if(y > c->max_y || !c->started) c->max_y = y;
2149 if(x < c->min_x || !c->started) c->min_x = x;
2150 if(y < c->min_y || !c->started) c->min_y = y;
2151 c->started = 1;
/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst66 …signed with education in mind, to make it easier for new or inexperienced users to get started with