Searched refs:commands (Results 1 – 15 of 15) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieBuilder.cpp | 390 PathCommand commands[] = { in _appendRect() local 413 …if (offsetPath) offsetPath->modifyRect(commands, 5, points, 4, P(shape)->rs.path.cmds, P(shape)->r… in _appendRect() 414 else shape->appendPath(commands, 5, points, 4); in _appendRect() 418 PathCommand commands[cmdCnt]; in _appendRect() local 430 …commands[0] = PathCommand::MoveTo; commands[1] = PathCommand::LineTo; commands[2] = PathCommand::C… in _appendRect() 431 …commands[3] = PathCommand::LineTo; commands[4] = PathCommand::CubicTo;commands[5] = PathCommand::L… in _appendRect() 432 …commands[6] = PathCommand::CubicTo; commands[7] = PathCommand::LineTo; commands[8] = PathCommand::… in _appendRect() 433 commands[9] = PathCommand::Close; in _appendRect() 445 …commands[0] = PathCommand::MoveTo; commands[1] = PathCommand::CubicTo; commands[2] = PathCommand::… in _appendRect() 446 …commands[3] = PathCommand::CubicTo; commands[4] = PathCommand::LineTo; commands[5] = PathCommand::… in _appendRect() [all …]
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | gen_mipi.rst | 18 (ST7735, ST7789, ST7796) and Ilitek (ILI9341) SOCs. These commands provide a common interface to co… 19 of that standard command set each LCD controller chip has a number of vendor-specific commands to c… 65 …` functions is that :cpp:func:`my_lcd_send_cmd()` is used to send short commands and it is expected 192 the generic MIPI driver supports sending a custom command list to the controller. The commands must… 207 You can add a delay between the commands by using the pseudo-command ``LV_LCD_CMD_DELAY_MS``, which…
|
/lvgl-latest/docs/details/integration/building/ |
D | cmake.rst | 74 You can also build your project using the command line. Run the following commands
|
/lvgl-latest/docs/details/integration/os/ |
D | torizon_os.rst | 57 by typing the following commands: 72 Type the following commands in a terminal window: 83 These commands create the project directory and the ``Dockerfile``.
|
/lvgl-latest/docs/ |
D | CODING_STYLE.rst | 153 illustrating most of the Doxygen commands used in LVGL. 200 - Add at least 2 spaces after Doxygen commands for improved readability. 217 - Place example code in a code block by surrounding it with ``@code{.c}`` and ``@endcode`` commands. 254 by using additional ``@note`` commands. At this writing, ``@par`` commands do not
|
D | Doxyfile | 231 # This tag can be used to specify a number of aliases that act as commands in 300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in 623 # list. This list is created by putting \todo commands in the documentation. 629 # list. This list is created by putting \test commands in the documentation. 635 # list. This list is created by putting \bug commands in the documentation. 641 # the deprecated list. This list is created by putting \deprecated commands in 748 # markup commands wrongly. 881 # searched for input files to be used with the \include or \dontinclude commands 1127 # footer and what special commands can be used inside the footer. See also 1164 # files will be copied as-is; there are no commands or markers available. [all …]
|
D | CHANGELOG.rst | 192 - **fix(docbuild): Fix @file commands and guard macros.** `6689 <https://github.com/lvgl/lvgl/pull…
|
/lvgl-latest/docs/details/debugging/ |
D | gdb_plugin.rst | 39 The plugin provides the following commands.
|
/lvgl-latest/docs/details/integration/boards/ |
D | riverdi.rst | 62 high-level drawing commands over a lower-bandwidth interface than
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 23 commands and execute them immediately, run scripts, etc. 53 **``Change code`` > ``Run``** ! You can even run commands interactively using the
|
/lvgl-latest/docs/details/integration/driver/ |
D | wayland.rst | 142 To generate the required files run the following commands:
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | image_generation.rst | 16 Execute the following commands:
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | core_components.rst | 42 following commands::
|
D | lvgl_recipe.rst | 95 **Bitbake commands (Option 1)**
|
/lvgl-latest/docs/details/widgets/ |
D | label.rst | 125 In the text, you can use commands to recolor parts of the text.
|