Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 39) sorted by relevance

12

/lvgl-latest/docs/details/integration/boards/
Dtoradex.rst39 aquila-arm-family/nxp-imx95>`_
41 aquila-arm-family/ti-am69>`_
45 - `Clover <https://www.toradex.com/products/carrier-board/clover>`_
47 aquila-development-board-kit>`_
65 apalis-arm-family/nxp-imx-8>`_
67 apalis-arm-family/nxp-freescale-imx-6>`_
69 apalis-arm-family/nvidia-tegra-3>`_
74 ixora-carrier-board>`_
76 ixora-carrier-board>`_
94 colibri-arm-family/nxp-imx-8x>`_
[all …]
/lvgl-latest/docs/details/debugging/
Dlog.rst67 - \__FILE\_\_
68 - \__LINE\_\_
69 - \__func\_\_
Dprofiler.rst22 …matted according to Android's `systrace <https://developer.android.com/topic/performance/tracing>`_
23 format and can be visualized using `Perfetto <https://ui.perfetto.dev>`_.
154 Import the processed `trace.systrace` file into `Perfetto <https://ui.perfetto.dev>`_ and wait for …
206 Taking `NuttX <https://github.com/apache/nuttx>`_ RTOS as an example:
Dvg_lite_tvg.rst15 …e provided by the vendor, re-implement the APIs using `ThorVG <https://github.com/thorvg/thorvg>`_,
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c72 lv_label_set_text(label, _("SETTINGS")); in left_cont_create()
223 dropdown_create(right_cont, _("Language"), "English\n简体中文\nعربي", &ebike_subject_language); in right_cont_create()
224 switch_create(right_cont, _("Bluetooth"), NULL); in right_cont_create()
225 switch_create(right_cont, _("Lights"), NULL); in right_cont_create()
226 slider_create(right_cont, _("Brightness")); in right_cont_create()
227 slider_create(right_cont, _("Volume")); in right_cont_create()
228 slider_create(right_cont, _("Max. speed")); in right_cont_create()
229 slider_create(right_cont, _("Light level")); in right_cont_create()
Dlv_demo_ebike_stats.c112 lv_label_set_text(label, _("STATS")); in left_cont_create()
162 texts[0] = _("Avg. speed"); in tabs_create()
163 texts[1] = _("Distance"); in tabs_create()
164 texts[2] = _("Top speed"); in tabs_create()
200 lv_label_set_text_fmt(label, _("March %d - March %d"), week * 7 + 1, week * 7 + 7); in current_week_observer_cb()
318 lv_snprintf(buf, sizeof(buf), _("March %d"), lv_subject_get_int(&subject_day)); in chart_draw_event_cb()
549 stat_card_create(cont, _("Avg. speed"), &subject_avg_speed, "%dkm/h"); in stat_cont_create()
550 stat_card_create(cont, _("Distance"), &subject_distance, "%dkm"); in stat_cont_create()
551 stat_card_create(cont, _("Top speed"), &subject_top_speed, "%dkm/h"); in stat_cont_create()
Dlv_demo_ebike_home.c294 info_box_create(bottom_cont, &img_ebike_clock, " 03:58 PM", _("March 29")); in left_cont_create()
435 card_labels_create(battery, "82", "%", _("Battery")); in right_cont_create()
436 card_labels_create(battery, "29:31", "", _("Battery")); in right_cont_create()
453 card_labels_create(dist, "16.4", "km", _("Distance today")); in right_cont_create()
454 card_labels_create(dist, "20.1", "km/h", _("Speed today")); in right_cont_create()
455 card_labels_create(dist, "43:12", "", _("Time today")); in right_cont_create()
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst39 8/index.html>`_.
60 bitbake-user-manual-execution.html#preferences>`_" section of the BitBake User
102 html#classes>`_" chapter in the Yocto Project
117 yoctoproject.org/ref-manual/terms.html#term-Build-Directory>`_.
127 overview-manual/yp-intro.html#the-yocto-project-layer-model>`_
138 yocto-project-compatible-layers/>`_ and `OpenEmbedded Layer Index <https://
139 layers.openembedded.org/layerindex/branch/master/layers/>`_ both contain layers
148 layers.html#understanding-and-creating-layers>`_" section of the
Dterms_and_variables.rst12 yoctoproject.org/ref-manual/terms.html>`_.
22 <https://docs.yoctoproject.org/ref-manual/variables.html>`_. This section
182 html#working-with-a-pr-service>`_" section in the Yocto Project Development
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst19 …e information is available on the Toradex `website <https://www.toradex.com/computer-on-modules>`_.
27 The `Toradex documentation <https://developer.toradex.com>`_ is a helpful resource. This article co…
34 Follow the official bring-up `guides <https://developer.toradex.com/quickstart/bringup/>`_.
46 …tps://developer.toradex.com/torizon/application-development/ide-extension/>`_ that offers a collec…
67 …ication-development/working-with-containers/configure-build-environment-for-torizon-containers/>`_.
176 …lopment/working-with-containers/deploying-container-images-to-torizoncore/>`_ for more information.
222 …torizon/application-development/use-cases/peripheral-access/best-practices-with-hardware-access/>`_
245 … <https://developer.toradex.com/torizon/application-development/application-development-overview>`_
/lvgl-latest/docs/
Dadd_translation.py27 for root, _, filenames in os.walk(dir_path):
Ddoc_builder.py260 def __init__(self, parent, refid, name, **_): argument
406 def __init__(self, parent, refid, name, **_): argument
466 def __init__(self, parent, refid, name, **_): argument
540 def __init__(self, parent, refid, name, **_): argument
561 def __init__(self, parent, refid, name, **_): argument
736 def __init__(self, _, refid, name, node, **__): argument
777 def __init__(self, parent, refid, name, **_): argument
936 def __init__(self, parent, refid, name, **_): argument
1019 def __init__(self, parent, refid, name, **_): argument
1037 def __init__(self, parent, refid, name, **_): argument
[all …]
/lvgl-latest/demos/ebike/translations/
Dlv_i18n.h79 #define _(text) lv_i18n_get_text(text) macro
/lvgl-latest/tests/micropy_test/
D__init__.py169 _, error_data = cls.read_until(b'>>>')
221 _, error_data = self.read_until(PASTE_PROMPT)
229 _, error_data = self.read_until(b'\n')
246 _, td.error_data = self.read_until(b'FRAME START\n')
Dmicropy.py185 lambda _, __: chart_type_observer_cb(chart, chart_type_subject),
225 lambda _: buttonmatrix_event_cb(btnmatrix, label),
254 a.set_custom_exec_cb(lambda _, v: opa_anim_cb(btn1, v)) # Pass a callback
269 a.set_custom_exec_cb(lambda _, v: opa_anim_cb(btn4, v)) # Pass a callback
/lvgl-latest/docs/details/base-widget/layouts/
Dgrid.rst12 The Grid layout is a subset of `CSS Grid`_ layout.
18 (i.e. `Free [FR] Units <fr units_>`_) to distribute free space proportionally.
146 `CSS Subgrid`_.
203 - Learn more about `CSS Grid`_ layout.
204 - Learn more about `CSS Subgrid`_ layout.
Dflex.rst12 The Flexbox (or Flex for short) is a subset of `CSS Flexbox`_ behaviors.
40 See `CSS Flexbox`_ for illustrations showing the meanings of these terms.
74 These values cause the Widget's layout behavior to model `CSS Flexbox`_ behavior
87 <justify-content_>`_.
204 Learn more about `CSS Flexbox`_.
/lvgl-latest/src/core/
Dlv_obj_property.h41 #define LV_PROPERTY_ID(clz, name, type, index) LV_PROPERTY_## clz ##_##name = (LV_PROPERTY…
/lvgl-latest/scripts/
Dgenerate_lv_conf.py86 dst_line, _ = re.subn(pattern, repl, src_line)
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst156 Thread`_ is the only thread making LVGL calls (excluding the :ref:`exceptions
159 If `atomic data`_ relevant to the user interface is updated in another thread (i.e.
166 If `non-atomic data`_ relevant to the user interface is updated in another thread
172 Use of a `Gateway Thread`_ avoids the CPU-overhead (and coding overhead) of using a
/lvgl-latest/tests/
DCMakeLists.txt32 string(TOUPPER FLAG_SUPPORTED_FOR_${lang}_${option} option_var_name)
33 string(REPLACE "-" "_" option_var_name ${option_var_name})
34 string(REPLACE "+" "_" option_var_name ${option_var_name})
/lvgl-latest/docs/details/integration/os/buildroot/
Dimage_generation.rst8 the `Buildroot manual <https://buildroot.org/downloads/manual/manual.html>`_
35 manual/manual.html>`_, Buildroot requires certain packages to be installed
/lvgl-latest/docs/intro/
Dintroduction.rst78 All repositories of the LVGL project are hosted on `GitHub <https://github.com/lvgl>`_.
82 …lf with many `examples <https://github.com/lvgl/lvgl/blob/master/examples/>`_ and `demos <https://…
169 We use `GitHub issues <https://github.com/lvgl/lvgl/issues>`_ for development related discussion.
/lvgl-latest/scripts/gen_json/
Dgen_json.py106 sdl2_include, _ = get_sdl2.get_sdl2(temp_directory)
/lvgl-latest/docs/details/other-components/
Dxml.rst115 - Lowercase letters with ``_`` separation are used for attribute names.
116 - The usual variable name rules apply for attribute and tag names: only letters, numbers, `'_'` and…

12