Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 21 of 21) sorted by relevance

/lvgl-latest/src/misc/
Dlv_rb.c136 lv_rb_node_t * replace = node; in lv_rb_remove_node() local
137 replace = lv_rb_minimum_from(replace->right); in lv_rb_remove_node()
141 node->parent->left = replace; in lv_rb_remove_node()
144 node->parent->right = replace; in lv_rb_remove_node()
148 tree->root = replace; in lv_rb_remove_node()
151 child = replace->right; in lv_rb_remove_node()
152 parent = replace->parent; in lv_rb_remove_node()
153 color = replace->color; in lv_rb_remove_node()
156 parent = replace; in lv_rb_remove_node()
163 replace->right = node->right; in lv_rb_remove_node()
[all …]
/lvgl-latest/examples/porting/
Dlv_port_disp_template.c19 …#warning Please define or replace the macro MY_DISP_HOR_RES with the actual screen width, default …
24 …#warning Please define or replace the macro MY_DISP_VER_RES with the actual screen height, default…
Dlv_port_lcd_stm32_template.c24 …#warning Please define or replace the macro MY_DISP_HOR_RES with the actual screen width, default …
29 …#warning Please define or replace the macro MY_DISP_VER_RES with the actual screen height, default…
/lvgl-latest/docs/
Dconfig_builder.py46 line = line.replace('#if 0', '#if 1')
Dbuild.py463 data = data.replace('#*#*LV_CONF_PATH*#*#', os.path.join(base_path, 'lv_conf.h'))
464 data = data.replace('*#*#SRC#*#*', '"{0}"'.format(lvgl_src_path))
542 index_data = index_data.replace(pdf_link_ref_str, '')
Dexample_list.py25 name = line.replace('.. lv_example::', '').strip()
DROADMAP.rst2 .. |check| replace:: ☑️
4 .. |uncheck| replace:: ��
166 - `lv_array`: replace linked lists with array where possible (arrays are faster and uses less memor…
Ddoc_builder.py393 return t.replace('*', '').replace('(', '').replace(')', '').strip()
1339 data = data.replace(
1343 data = data.replace('*#*#SRC#*#*', '"{0}"'.format(src_path))
DDoxyfile226 # uses this value to replace tabs by spaces in code fragments.
349 # doxygen to replace the get and set methods by a property in the documentation.
1149 # This is preferred over using HTML_STYLESHEET since it does not replace the
1281 # files are now used as the Windows 98 help format, and will replace the old
1418 # be necessary to disable the index and replace it with your own. The
1697 # $projectbrief, $projectlogo. Doxygen will replace $title with the empty
/lvgl-latest/docs/details/widgets/
Dkeyboard.rst112 changing, sending events to the assigned text area, etc. You can remove it and replace it
119 handler would replace the previous one.
Dtextarea.rst225 from within that event to replace the text to be inserted. The contents of the
/lvgl-latest/docs/details/integration/ide/
Dpc-simulator.rst45 Even if a simulator project comes with e.g. SDL, you can easily replace it by enabling
/lvgl-latest/env_support/cmsis-pack/
DREADME.md233 Update the '**CMSIS_PACK_PATH**' accordingly (Usually just replace the name gabriel with your own w…
/lvgl-latest/tests/micropy_test/
D__init__.py148 return micropy_data.replace(marker, b''), error_data
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst204 # Be sure to replace set the IP address of your host instead
/lvgl-latest/docs/details/main-components/
Ddraw.rst27 Draw Units should receive what types of Draw Tasks, or replace LVGL's built-in
Dimage.rst55 easier to replace without needing to rebuild the main program.
583 following code to replace the LVGL built-in cache manager:
/lvgl-latest/scripts/
DLVGLImage.py315 varname = varname.replace("-", "_")
316 varname = varname.replace(".", "_")
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst300 To replace a specific style of a Widget use
302 function will only replace ``old_style`` with ``new_style`` if the
/lvgl-latest/docs/details/integration/driver/display/
Dlcd_stm32_guide.rst127 …g lines to the Private includes (if your LCD uses other than the ST7789, replace the driver path a…
/lvgl-latest/
DKconfig1836 bool "Use uv loop to replace default timer loop and other fb/indev timers"