Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 15 of 15) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieBuilder.cpp390 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
430commands[0] = PathCommand::MoveTo; commands[1] = PathCommand::LineTo; commands[2] = PathCommand::C… in _appendRect()
431commands[3] = PathCommand::LineTo; commands[4] = PathCommand::CubicTo;commands[5] = PathCommand::L… in _appendRect()
432commands[6] = PathCommand::CubicTo; commands[7] = PathCommand::LineTo; commands[8] = PathCommand::… in _appendRect()
433 commands[9] = PathCommand::Close; in _appendRect()
445commands[0] = PathCommand::MoveTo; commands[1] = PathCommand::CubicTo; commands[2] = PathCommand::… in _appendRect()
446commands[3] = PathCommand::CubicTo; commands[4] = PathCommand::LineTo; commands[5] = PathCommand::… in _appendRect()
[all …]
/lvgl-latest/docs/details/integration/driver/display/
Dgen_mipi.rst18 (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/
Dcmake.rst74 You can also build your project using the command line. Run the following commands
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst57 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/
DCODING_STYLE.rst153 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
DDoxyfile231 # 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 …]
DCHANGELOG.rst192 - **fix(docbuild): Fix @file commands and guard macros.** `6689 <https://github.com/lvgl/lvgl/pull…
/lvgl-latest/docs/details/debugging/
Dgdb_plugin.rst39 The plugin provides the following commands.
/lvgl-latest/docs/details/integration/boards/
Driverdi.rst62 high-level drawing commands over a lower-bandwidth interface than
/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst23 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/
Dwayland.rst142 To generate the required files run the following commands:
/lvgl-latest/docs/details/integration/os/buildroot/
Dimage_generation.rst16 Execute the following commands:
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst42 following commands::
Dlvgl_recipe.rst95 **Bitbake commands (Option 1)**
/lvgl-latest/docs/details/widgets/
Dlabel.rst125 In the text, you can use commands to recolor parts of the text.