Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 31) sorted by relevance

12

/lvgl-latest/.devcontainer/
D__c_cpp_properties.json__7 "/usr/local/emsdk/upstream/emscripten/cache/sysroot/include/"
/lvgl-latest/docs/details/libs/
Dfreetype.rst32 - Add include path: ``/usr/include/freetype2`` (for GCC: ``-I/usr/include/freetype2 -L/usr/local/li…
33 - Link library: ``freetype`` (for GCC: ``-L/usr/local/lib -lfreetype``)
Drlottie.rst273 recommendation is to make local modifications to the lvgl component in
/lvgl-latest/docs/details/other-components/
Dmonkey.rst22 Next, declare a variable (it can be local) of type :c:type:`lv_monkey_config_t` to
Dfont_manager.rst38 (assigned from a local variable), use :cpp:func:`lv_font_manager_add_path` to
Dxml.rst35 - Style sheets and :ref:`local styles <style_local>` that can be assigned to parts
144 /* Can be local */
Dobj_property.rst38 Label Widgets. A Widget's :ref:`local styles <style_local>` are also valid
272 local data type (e.g. dict, table, etc.) to a C struct before passing it to the
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst27 - Widgets can also have :ref:`local styles <style_local>` with higher precedence than "normal" styl…
200 be local variables in functions which are destroyed when the function
355 - local styles and transitions (see below)
372 In addition to "normal" styles, Widgets can also store local styles.
377 other Widgets. If used, local styles are allocated automatically, and
378 freed when the Widget is deleted. They are useful to add local
381 Unlike in CSS, LVGL local styles can be assigned to states
384 To set a local property use functions like
/lvgl-latest/docs/details/integration/chip/
Despressif.rst49 **Advanced usage: Use LVGL as local component**
51 …ful to use LVGL as a local component instead of from the ESP Registry, which offers only released …
/lvgl-latest/docs/details/debugging/
Dgdb_plugin.rst58 This command can dump the object's local style, since style value is a union, it's displayed in all…
Dprofiler.rst228 …:macro:`LV_PROFILER_BEGIN_TAG` or :c:macro:`LV_PROFILER_END_TAG` is not a local variable on the st…
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst88 ├── local.conf
91 The important files for us are ``local.conf`` and ``bblayers.conf``
153 To build an image for Raspberrypi3 64 bits, modify the file ``local.conf`` file
186 serving as a local cache for all external sources and dependencies. This
390 - The following arguments are the local patch files that will be applied to
428 Fetch task fetches the package source from the local or remote repository.
535 In the file ``build/conf/local.conf``, add these 2 lines at the end of the
897 Now add the recipe to the project. Modify ``build/conf/local.conf`` file adding
Dcore_components.rst116 ``conf/local.conf``, which is found in the `Build Directory <https://docs.
/lvgl-latest/docs/details/widgets/
Dcanvas.rst36 Where ``buffer`` is a static buffer (not just a local variable) to hold
Dtable.rst47 saved by the Table so the buffer containing the string can be a local variable.
Dcalendar.rst92 pointer can be supplied by a local variable or buffer and does not need to persist
Dtextarea.rst228 copied the text). So it should not be a local buffer (created on the stack)
/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst204 - Pointers which are static local variables
214 **static global** or **static local** pointer variable and not as part of a previously allocated ``…
220 - Replace the global/static local var with :cpp:expr:`(LV_GLOBAL_DEFAULT()->_var)`
/lvgl-latest/tests/unity/
Dgenerate_test_runner.rb212 local: source.scan(/^\s*#include\s+"\s*(.+\.#{@options[:include_extensions]})\s*"/).flatten,
/lvgl-latest/docs/
DREADME_jp.rst369 /*Add local styles to MAIN part (background rectangle)*/
423 # Add local styles to MAIN part (background rectangle)
DREADME_zh.rst383 /*Add local styles to MAIN part (background rectangle)*/
430 # Add local styles to MAIN part (background rectangle)
/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h101 inline void PrintSchemaIdsData(const char* base, const char* local, const char* resolved) { in PrintSchemaIdsData() argument
102 printf(" Resolving id: Base: '%s', Local: '%s', Resolved: '%s'\n", base, local, resolved); in PrintSchemaIdsData()
105 inline void PrintSchemaIdsData(const wchar_t* base, const wchar_t* local, const wchar_t* resolved) { in PrintSchemaIdsData() argument
106 … wprintf(L" Resolving id: Base: '%ls', Local: '%ls', Resolved: '%ls'\n", base, local, resolved); in PrintSchemaIdsData()
604 UriType local(*v, allocator); in allocator_()
605 id_ = local.Resolve(id_, allocator); in allocator_()
/lvgl-latest/docs/details/base-widget/
Dcoord.rst140 in the local style of the Widget.
363 alignment properties in the :ref:`local styles <style_local>` of the Widget.
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst195 By default a local container registry uses clear text HTTP so the Docker instance
/lvgl-latest/
DREADME.md283 /*Add local styles to MAIN part (background rectangle)*/
327 # Add local styles to MAIN part (background rectangle)

12