Searched refs:started (Results 1 – 23 of 23) sorted by relevance
/lvgl-latest/scripts/ |
D | lv_conf_internal_gen.py | 106 started = 0 variable 109 if not started: 111 started = 1 variable
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | threading.rst | 31 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/ |
D | README.txt | 25 Get started
|
/lvgl-latest/docs/details/integration/renderers/ |
D | nema_gfx.rst | 17 Follow the instructions in the readme to get started.
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | st_ltdc.rst | 122 is a way to quick way to get started with LTDC on LVGL.
|
/lvgl-latest/docs/details/integration/framework/ |
D | arduino.rst | 26 To get started it's recommended to use `TFT_eSPI <https://github.com/Bodmer/TFT_eSPI>`__ library as…
|
/lvgl-latest/docs/details/integration/os/ |
D | qnx.rst | 38 Follow the generic instructions for getting started with LVGL. After copying
|
D | nuttx.rst | 76 How to get started with NuttX and LVGL?
|
D | zephyr.rst | 40 `getting started guide <https://docs.zephyrproject.org/latest/develop/getting_started/index.html>`_…
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 176 - :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/ |
D | animation.rst | 114 /* 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/ |
D | terms_and_variables.rst | 7 Getting started in Yocto can be overwheming. There are many terms used that are
|
/lvgl-latest/docs/details/widgets/ |
D | label.rst | 128 function. In the context of word-wrapped text, any Recoloring started on a
|
/lvgl-latest/docs/details/integration/chip/ |
D | renesas.rst | 93 Get started with the Renesas ecosystem
|
D | espressif.rst | 7 …g guide <https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/index.html>`__ to…
|
D | alif.rst | 18 This is a guide for getting started with LVGL on an Alif board. It specifically details
|
D | nxp.rst | 22 today and get started with your next GUI application. It comes fully configured
|
/lvgl-latest/docs/details/base-widget/layouts/ |
D | flex.rst | 34 - **wrap**: if there is no more space in the track, a new track is started
|
/lvgl-latest/docs/ |
D | CONTRIBUTING.rst | 39 - ``Simple``: Good choice to get started with LVGL contribution
|
D | Doxyfile | 58 # 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/ |
D | README.md | 417 ## :arrow_forward: Get started 418 This list will guide you to get started with LVGL step-by-step.
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 2134 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/ |
D | micropython.rst | 66 …signed with education in mind, to make it easier for new or inexperienced users to get started with
|