Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 25 of 35) sorted by relevance

12

/lvgl-latest/src/libs/thorvg/
DtvgTaskScheduler.h44 bool ready = true; member
57 while (!ready) cv.wait(lock); in done()
70 ready = true; in operator()
76 ready = false; in prepare()
DtvgTaskScheduler.cpp51 condition_variable ready; member
69 ready.notify_one(); in tryPush()
79 ready.notify_all(); in complete()
87 ready.wait(lock); in pop()
102 ready.notify_one(); in push()
DtvgLottieLoader.cpp294 if (!ready() || comp->slots.count == 0) return false; in override()
389 return ready() ? comp->markers.count : 0; in markersCnt()
395 if (!ready() || index >= comp->markers.count) return nullptr; in markers()
403 if (!ready() || comp->markers.count == 0) return false; in segment()
416 bool LottieLoader::ready() in ready() function in LottieLoader
DtvgLottieLoader.h78 bool ready();
/lvgl-latest/.github/
Dpull_request_template.md11 …est) while you are working on the first version, and mark is as _Ready_ when it's ready for review.
/lvgl-latest/docs/details/integration/chip/
Drenesas.rst9 ready-to-use Renesas projects.
104 - Clone the ready-to-use repository for your selected board:
164 …- Clone the ready-to-use `lv_port_renesas_rx72n-envision-kit <https://github.com/lvgl/lv_port_rene…
Dstm32.rst141 * Inform the graphics library that you are ready with the flushing */
269 * Inform the graphics library that you are ready with the flushing */
Dnxp.rst90 `_pxp_dispatch()` is the PXP dispatcher callback, it will take a ready to draw
289 `_vglite_dispatch()` is the VGLite dispatcher callback, it will take a ready to
Despressif.rst93 ESP-IDF has many, ready-to-use examples like
/lvgl-latest/docs/details/integration/boards/
Driverdi.rst51 The Single Board Computer Displays are ready to use with
Dtoradex.rst178 There are existing ready to use repositories available. Click `here <https://
/lvgl-latest/docs/details/integration/driver/display/
Dili9341.rst61 …end pixel data to the LCD controller (usually uses DMA transfer: must implement a 'ready' callback)
Drenesas_glcdc.rst30 Check out the following repositories for ready-to-use examples:
Dst7735.rst63 …end pixel data to the LCD controller (usually uses DMA transfer: must implement a 'ready' callback)
Dst7789.rst62 …end pixel data to the LCD controller (usually uses DMA transfer: must implement a 'ready' callback)
Dst7796.rst63 …end pixel data to the LCD controller (usually uses DMA transfer: must implement a 'ready' callback)
Dlcd_stm32_guide.rst80 #. We are ready with the hardware configuration. Save the configuration and let STM32Cube generate …
247 /* NOTE: CS will be reset in the transfer ready callback */
/lvgl-latest/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino49 /*Call it to tell LVGL you are ready*/
/lvgl-latest/docs/details/integration/renderers/
Dnema_gfx.rst15 is a ready-to-use port for the Riverdi STM32 5.0" Embedded Display
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst173 The image is now ready to be deployed on the device. There are several ways to perform
237 * You are now ready to build your LVGL application for Torizon OS.
/lvgl-latest/
DREADME.md40 Our team is ready to help you with graphics design, UI implementation and consulting services. Cont…
85 …t. This is how I'm planning to fix/implement it...". A work is considered ready when it's approved…
430 …/master/intro/add-lvgl-to-your-project/index.html) guide or check out the ready-to-use [Projects](…
449 - **Board certification** For companies who are offering development boards, or production ready ki…
/lvgl-latest/docs/details/integration/os/buildroot/
Dlvgl_app.rst97 The environment is now set up, and we're ready to build an application using
Dimage_generation.rst156 ``uImage``, or others that are ready to be deployed onto the target hardware.
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst194 This folder contains the final output artifacts that are ready for deployment.
513 After this task has been completed, everything is ready to be installed.
530 The lvgl library (``.so`` files) are also ready to be installed in the final
563 ready-to-use development environment tailored for a specific target
/lvgl-latest/docs/
DROADMAP.rst26 …acity/alpha`, `scr/screen`, `disp, display`, `finished/complete/completed/ready`, `buf/buffer`, `…

12