Searched refs:copy (Results 1 – 23 of 23) sorted by relevance
/lvgl-3.7.0/ |
D | LICENCE.txt | 4 …copy of this software and associated documentation files (the “Software”), to deal in the Software…
|
/lvgl-3.7.0/tests/ |
D | README.md | 40 … files should look like `test_<name>.c`. The basic skeleton of a test file copy `_test_template.c`. 52 The reference images can be taken by copy-pasting the test code in to LVGL simulator and saving the…
|
/lvgl-3.7.0/docs/get-started/platforms/ |
D | arduino.md | 14 …/refs/heads/master.zip) the latest version of LVGL from GitHub and simply copy it to Arduino's lib… 29 2. Go to `lvgl` and copy `lv_conf_template.h` as `lv_conf.h` into the Arduino Libraries directory n… 56 Due to some the limitations of Arduino's build system you need to copy `lvgl/examples` to `lvgl/src…
|
D | pc-simulator.md | 9 - Portability - The written code is portable, which means you can simply copy it when migrating to … 85 …copy (and unzip) the downloaded pre-configured project there. After that, you can accept the works…
|
D | cmake.md | 41 … be includable by its sources we also set the option `LV_CONF_PATH` to point to our own copy of it.
|
D | nxp.md | 39 - Buffer copy 135 - Buffer copy
|
D | renesas.md | 65 /*Used to copy the buffer's content to the display*/
|
/lvgl-3.7.0/scripts/release/ |
D | patch.py | 57 ver_new = ver.copy()
|
/lvgl-3.7.0/src/misc/ |
D | lv_printf.c | 754 va_list copy; in _vsnprintf() local 756 va_copy(copy, *vaf->va); in _vsnprintf() 757 idx += _vsnprintf(out, buffer + idx, maxlen - idx, vaf->fmt, copy); in _vsnprintf() 758 va_end(copy); in _vsnprintf()
|
/lvgl-3.7.0/env_support/cmsis-pack/ |
D | lv_cmsis_pack.txt | 6 * You may obtain a copy of the License at *
|
/lvgl-3.7.0/docs/porting/ |
D | project.md | 15 … copied to the project folder (as Eclipse or VSCode does), you can simply copy the `lvgl` folder a… 38 To get `lv_conf.h` **copy lvgl/lv_conf_template.h** next to the `lvgl` directory and rename it to *…
|
D | display.md | 63 The get the redrawn areas to copy use the following functions 83 - `flush_cb` a callback function to copy a buffer's content to a specific area of the display.
|
D | gpu.md | 67 All draw operations end up in the `blend` callback which can either fill an area or copy an image t…
|
/lvgl-3.7.0/docs/widgets/core/ |
D | roller.md | 26 `lv_roller_get_selected_str(roller, buf, buf_size)` will copy the name of the selected option to `b…
|
/lvgl-3.7.0/docs/overview/ |
D | display.md | 52 To create a screen, use `lv_obj_t * scr = lv_<type>_create(NULL, copy)`. `copy` can be an existing …
|
D | font.md | 155 …ools/fontconverter). Just set the parameters, click the *Convert* button, copy the font to your pr… 171 5. Convert the font and copy the generated source code to your project. Make sure to compile the .c…
|
/lvgl-3.7.0/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 8 …*You also need to copy `lvgl/examples` to `lvgl/src/examples`. Similarly for the demos `lvgl/demos…
|
/lvgl-3.7.0/docs/ |
D | CONTRIBUTING.md | 31 To do this you need a copy (called fork) of the original project under your account, make some chan… 48 It will "copy" the `lvgl` repository to your GitHub account (`https://github.com/<YOUR_NAME>?tab=re… 157 … to the derived work. Any derivative work based on MIT licensed code must copy the original work's…
|
D | CHANGELOG.md | 60 - fix: do not copy invalid areas if not double buffered mode [`4526`](https://github.com/lvgl/lvgl/… 1079 - fix(event) be sure to move all elements in copy “lv_obj_remove_event_cb” [`2492`](https://github.… 1667 - Remove the copy parameter from create functions
|
/lvgl-3.7.0/docs/get-started/ |
D | quick-overview.md | 32 - Implement and register a function which can copy the rendered image to an area of your display:
|
/lvgl-3.7.0/docs/intro/ |
D | index.md | 131 LVGL needs just one simple driver function to copy an array of pixels into a given area of the disp…
|
/lvgl-3.7.0/scripts/ |
D | Doxyfile | 51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 1027 # verbatim copy of the header file for each class for which an include is 1150 # Doxygen will copy the style sheet files to the output directory. 1515 # MathJax. However, it is strongly recommended to install a local copy of 1717 # will copy the style sheet files to the output directory.
|
/lvgl-3.7.0/docs/_static/css/ |
D | fontawesome.min.css | 5 …-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0…
|