/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieProperty.h | 335 LottieGenericProperty<T>& operator=(const LottieGenericProperty<T>& other) 338 if (other.frames) { 339 frames = other.frames; 340 const_cast<LottieGenericProperty<T>&>(other).frames = nullptr; 341 } else value = other.value; 616 LottieColorStop& operator=(const LottieColorStop& other) 619 if (other.frames) { 620 frames = other.frames; 621 const_cast<LottieColorStop&>(other).frames = nullptr; 623 value = other.value; [all …]
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | threading.rst | 34 If other threads can see the operation in a partially performed state, or 38 back to the state before the operation was started. To other threads it must 82 resources" that must be protected from being "seen" by other threads in an 88 before any other LVGL function is started. 103 LVGL functions, set a flag or other atomic value that your LVGL-calling thread 106 If you are using an OS, there are a few other options. See below. 138 management of a remote chip, such as an EEPROM or other device that always needs to 147 Using this method, creation, modification and deletion of all Widgets and other 154 "see" it in a consistent state) by the fact that no other threads are "viewing" those 169 that thread via a QUEUE or other OS mechanism that protects that data from being seen [all …]
|
/lvgl-latest/docs/details/widgets/ |
D | msgbox.rst | 13 a title, a close button, and other buttons), and an optional footer 30 The message box is built from other Widgets, so you can check these 55 If you want to add an [OK] or [Cancel] or other buttons for the 60 other) events to detect and act on the user's response.
|
/lvgl-latest/docs/ |
D | CODE_OF_CONDUCT.rst.back | 24 - Showing empathy towards other community members 46 or reject comments, commits, code, wiki edits, issues, and other 48 temporarily or permanently any contributor for other behaviors that they 76 by other members of the project's leadership.
|
D | index.rst | 45 details/other-components/index
|
/lvgl-latest/docs/details/ |
D | index.rst | 13 other-components/index
|
/lvgl-latest/src/misc/ |
D | lv_array.c | 157 lv_result_t lv_array_concat(lv_array_t * array, const lv_array_t * other) in lv_array_concat() argument 160 uint32_t size = other->size; in lv_array_concat() 169 lv_memcpy(data, other->data, array->element_size * size); in lv_array_concat()
|
D | lv_array.h | 155 lv_result_t lv_array_concat(lv_array_t * array, const lv_array_t * other);
|
/lvgl-latest/docs/details/integration/os/ |
D | qnx.rst | 12 stack, and various other drivers each running in its own process with a separate 32 LVGL is used on other systems. The second is to build LVGL as either a shared or 104 identical to that of a LVGL application written for any other platform.
|
D | zephyr.rst | 62 In case you chose any of the other supported boards you can flash to the device with: 68 If you want to build any of the other demo applications check out the samples 90 This is useful for checking your application for memory leaks and other bugs.
|
/lvgl-latest/docs/details/main-components/ |
D | draw.rst | 13 are written (e.g. combining them with other colors when an object has partial opacity). 74 other drawing units available, if they are configured to be used in ``lv_conf.h``, 96 :cpp:func:`lv_draw_sw_init` in lv_draw_sw.c_ or the other draw units whose ``init`` 110 and if it can accomplish that type of task (e.g. line drawing) faster than other 123 ensures that the Software Draw Unit is the "buck-stops-here" Draw Unit: if no other
|
D | display.rst | 50 it is representing, as well as other things relevant to its lifetime: 114 :ref:`widgets` are *always* on top of other layers. 121 These layers work like any other Widget, meaning they have styles, and any kind of 127 as any other Widget by using :cpp:expr:`lv_obj_set_scrollbar_mode(scr1, LV_SCROLLBAR_MODE_xxx)` 215 other Display Objects are created (to service additional Display Panels), the Default 253 other buffer after flushing. Due to this in :ref:`flush_callback` typically 288 of the other buffer is sent to the display in the background. DMA or 289 other hardware should be used to transfer data to the display so the MCU 526 …at assumes that bytes are mapped to rows (i.e., the bits of a byte are written next to each other). 624 For example, if there are 4 CPU cores, one core can draw the screen's background while the other 3 … [all …]
|
/lvgl-latest/examples/libs/freetype/ |
D | OFL.txt | 24 however, cannot be released under any other type of license. The 45 writer or other person who contributed to the Font Software. 76 distributed under any other license. The requirement for fonts to
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | OFL.txt | 24 however, cannot be released under any other type of license. The 45 writer or other person who contributed to the Font Software. 76 distributed under any other license. The requirement for fonts to
|
/lvgl-latest/scripts/built_in_font/font_license/Montserrat/ |
D | OFL.txt | 24 however, cannot be released under any other type of license. The 45 writer or other person who contributed to the Font Software. 76 distributed under any other license. The requirement for fonts to
|
/lvgl-latest/docs/details/integration/driver/ |
D | windows.rst | 18 - Provide HWND-based interoperability for other Windows UI infrastructures. 35 …window size instead of window client size for following the convention of other Windows desktop UI…
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 11 Similar to many other parts of LVGL, the concept of setting the 48 other positioning factor) changes, this style value dynamically 121 In other words, if you need to get the coordinate of a Widget and the 209 an "anchor" in its parent *other* than its upper left corner. To establish 212 In other words, every futire x and y setting for that Widget will be relative to the 370 - The values can be partially overwritten by other styles. For example 389 As you will see below there are some other great features of size and 401 Let's say the there are 3 buttons next to each other. Their position is 477 Widget "really" larger. In other words scrollbars, layouts, and
|
/lvgl-latest/src/libs/lz4/ |
D | LICENSE | 13 other materials provided with the distribution.
|
/lvgl-latest/docs/details/integration/renderers/ |
D | nema_gfx.rst | 53 provided implementations by setting :c:macro:`LV_USE_NEMA_HAL` to a value other than 61 All other renderers will ignore images with these color formats.
|
/lvgl-latest/docs/details/other-components/ |
D | xml.rst | 62 Components are built from other components and widgets and can be loaded at runtime. 65 - Built from widgets or other components. 67 - Can contain widgets or other components. 138 The created widget is a normal LVGL widget that can be used like any other manually created widget.
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | st_ltdc.rst | 29 give the thread a chance to yield to other threads while blocked, 104 partial buffers in parallel with other LVGL tasks, whether or not OS is
|
D | lcd_stm32_guide.rst | 17 … not implement the communication part, whether SPI, parallel i8080 bus or other. It is the user's … 19 …configure LVGL to use the driver corresponding to your hardware (if it is other than the ST7789), … 57 #. In the System Core category select SYS, and set Timebase Source to other than SysTick (in our ex… 127 …main.c. Add the following lines to the Private includes (if your LCD uses other than the ST7789, r… 251 …tween the required memory size and performance, but you are free to experiment with other settings.
|
/lvgl-latest/docs/details/libs/ |
D | lodepng.rst | 13 other image sources.
|
/lvgl-latest/scripts/built_in_font/font_license/FontAwesome5/ |
D | LICENSE.txt | 48 however, cannot be released under any other type of license. The 69 writer or other person who contributed to the Font Software. 100 distributed under any other license. The requirement for fonts to
|
/lvgl-latest/docs/details/debugging/ |
D | profiler.rst | 112 ... /* other configurations */ 227 …ta corruption caused by other thread logs inserted during the printing of trace logs. You need to …
|