Searched full:please (Results 1 – 25 of 61) sorted by relevance
123
/lvgl-latest/src/libs/thorvg/ |
D | thorvg.h | 88 * Please note that some APIs may additionally specify the reasons that trigger their return values. 186 …* @brief Enumeration indicates the method used for blending paint. Please refer to the respective … 614 …* @warning Please avoid accessing the paints during Canvas update/draw. You can access them after … 1422 …* @warning Please avoid accessing the paints during Scene update/draw. You can access them after c… 1437 …pposed to be reused, otherwise you are responsible for their lives. Thus please use the @p free ar… 1681 …* @retval Result::InsufficientCondition if the canvas is performing rendering. Please ensure the c… 1747 …* @retval Result::InsufficientCondition if the canvas is performing rendering. Please ensure the c… 1776 * @warning Please do not use it. This class is not fully supported yet. 1794 …* @retval Result::InsufficientCondition if the canvas is performing rendering. Please ensure the c…
|
D | thorvg_capi.h | 5 * Please refer to src/examples/Capi.cpp to find the thorvg_capi usage examples. 124 * Please note that some APIs may additionally specify the reasons that trigger their return values. 153 …* @brief Enumeration indicates the method used for blending paint. Please refer to the respective … 496 * \retval TVG_RESULT_INSUFFICIENT_CONDITION if the canvas is performing rendering. Please ensure th… 593 * Please be aware that in such a case TVG is not responsible for the paints release anymore and it … 2126 * If you know the number of pushed objects in advance, please call tvg_scene_reserve(). 2151 * \warning Please use the @p free argument only when you know how it works, otherwise it's not reco…
|
/lvgl-latest/scripts/gdb/lvglgdb/ |
D | debugger.py | 57 print("pydevd_pycharm module not found. Please install it using pip.") 66 print("debugpy module not found. Please install it using pip.")
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | README.txt | 64 Please read the full license text (OFL.txt) to understand the permissions, 70 This isn't legal advice, please consider consulting a lawyer and see the full
|
/lvgl-latest/demos/ |
D | README.md | 122 For running this demo properly, please make sure **LV_MEM_SIZE** is at least **38KB** (and **48KB**… 156 For contribution and coding style guidelines, please refer to the file docs/CONTRIBUTING.md in the …
|
D | lv_demos.c | 94 LV_LOG_ERROR("Please enable some lv_demos firstly!"); in lv_demos_create()
|
/lvgl-latest/docs/details/integration/renderers/ |
D | vg_lite.rst | 31 …Please note that enabling this check will decrease runtime performance. It is recommended to enabl… 62 NOTE: VG-Lite rendering backend does not support multi-threaded calls, please make sure :c:macro:`L…
|
D | arm2d.rst | 19 Arm-2D is an open-source project on GitHub. For more, please refer to:
|
/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/scripts/ |
D | lv_conf_internal_gen.py | 87 …#pragma message("Possible failure to include lv_conf.h, please read the comment in this file if yo… 220 …#warning "LV_DRAW_THREAD_STACKSIZE was renamed to LV_DRAW_THREAD_STACK_SIZE. Please update lv_conf…
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | gen_mipi.rst | 69 Please note that while display flushing is handled by the driver, it is the user's responsibility t… 79 Please also note that the driver does not handle the draw buffer allocation, because this may be pl…
|
/lvgl-latest/docs/details/libs/ |
D | rlottie.rst | 234 project as any other widget in LVGL ESP examples. Please remember that 247 Please note, that while lottie animations are capable of running on many
|
/lvgl-latest/docs/ |
D | README.md | 70 …ble in text- and code-editors that do not have wide editing windows. So please wrap the text arou… 160 … succession of headings. So if you are modifying an existing .RST file, please follow the pattern…
|
D | Doxyfile | 1351 # Project output. For more information please see Qt Help Project / Namespace 1359 # Help Project output. For more information please see Qt Help Project / Virtual 1368 # filter to add. For more information please see Qt Help Project / Custom 1376 # custom filter to add. For more information please see Qt Help Project / Custom
|
D | add_translation.py | 5 Please add the translation language you want to add here, while also modifying the variable URL_BAS…
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.h | 169 * - Please consult the QR Code specification for information on 191 * - Please consult the QR Code specification for information on
|
/lvgl-latest/docs/intro/ |
D | introduction.rst | 71 To make the LVGL project sustainable, please consider :ref:`contributing` to the project. 172 Before posting a question, please read this FAQ section since you might find the answer to your iss…
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_rect_pack.h | 26 // Please note: better rectangle packers are welcome! Please
|
/lvgl-latest/tests/unity/ |
D | yaml_helper.rb | 4 # [Released under MIT License. Please refer to license.txt for details]
|
/lvgl-latest/.github/workflows/ |
D | check_conf.yml | 30 …run: git diff --exit-code >/dev/null 2>&1 || (echo "Please regenerate lv_conf_internal.h using scr…
|
D | check_properties.yml | 30 echo "Please apply the preceding diff to your code or run scripts/properties.py"
|
D | check_style.yml | 42 echo "Please apply the preceding diff to your code or run scripts/code-format.py"
|
/lvgl-latest/src/libs/freetype/ |
D | ftmodule.h | 8 * Please read `docs/INSTALL.ANY` and `docs/CUSTOMIZE` how to compile
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | configuration.rst | 39 is set :c:macro:`LV_CONF_SKIP` is assumed to be ``0``. Please notice,
|
123