Searched refs:replace (Results 1 – 21 of 21) sorted by relevance
| /lvgl-latest/src/misc/ |
| D | lv_rb.c | 136 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/ |
| D | lv_port_disp_template.c | 19 …#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…
|
| D | lv_port_lcd_stm32_template.c | 24 …#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/ |
| D | config_builder.py | 46 line = line.replace('#if 0', '#if 1')
|
| D | build.py | 463 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, '')
|
| D | example_list.py | 25 name = line.replace('.. lv_example::', '').strip()
|
| D | ROADMAP.rst | 2 .. |check| replace:: ☑️ 4 .. |uncheck| replace:: 166 - `lv_array`: replace linked lists with array where possible (arrays are faster and uses less memor…
|
| D | doc_builder.py | 393 return t.replace('*', '').replace('(', '').replace(')', '').strip() 1339 data = data.replace( 1343 data = data.replace('*#*#SRC#*#*', '"{0}"'.format(src_path))
|
| D | Doxyfile | 226 # 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/ |
| D | keyboard.rst | 112 changing, sending events to the assigned text area, etc. You can remove it and replace it 119 handler would replace the previous one.
|
| D | textarea.rst | 225 from within that event to replace the text to be inserted. The contents of the
|
| /lvgl-latest/docs/details/integration/ide/ |
| D | pc-simulator.rst | 45 Even if a simulator project comes with e.g. SDL, you can easily replace it by enabling
|
| /lvgl-latest/env_support/cmsis-pack/ |
| D | README.md | 233 Update the '**CMSIS_PACK_PATH**' accordingly (Usually just replace the name gabriel with your own w…
|
| /lvgl-latest/tests/micropy_test/ |
| D | __init__.py | 148 return micropy_data.replace(marker, b''), error_data
|
| /lvgl-latest/docs/details/integration/os/ |
| D | torizon_os.rst | 204 # Be sure to replace set the IP address of your host instead
|
| /lvgl-latest/docs/details/main-components/ |
| D | draw.rst | 27 Draw Units should receive what types of Draw Tasks, or replace LVGL's built-in
|
| D | image.rst | 55 easier to replace without needing to rebuild the main program. 583 following code to replace the LVGL built-in cache manager:
|
| /lvgl-latest/scripts/ |
| D | LVGLImage.py | 315 varname = varname.replace("-", "_") 316 varname = varname.replace(".", "_")
|
| /lvgl-latest/docs/details/base-widget/styles/ |
| D | style.rst | 300 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/ |
| D | lcd_stm32_guide.rst | 127 …g lines to the Private includes (if your LCD uses other than the ST7789, replace the driver path a…
|
| /lvgl-latest/ |
| D | Kconfig | 1836 bool "Use uv loop to replace default timer loop and other fb/indev timers"
|