/lvgl-latest/tests/micropy_test/ |
D | __init__.py | 84 process: subprocess.Popen = None variable in MicroPython_Test 89 if cls.process is None: 93 cls.process.stdin.write(cmd) 94 cls.process.stdin.flush() 110 char = cls.process.stdout.read(1) 156 cls.process = subprocess.Popen( 180 if cls.process is not None: 185 if not cls.process.stdin.closed: 186 cls.process.stdin.close() 188 os.killpg(os.getpgid(cls.process.pid), signal.SIGTERM) [all …]
|
/lvgl-latest/scripts/gen_json/ |
D | pycparser_monkeypatch.py | 91 def process(self): member in ArrayDecl 92 self.type.process() 139 def process(self): member in Constant 169 def process(self): member in Decl 170 self.type.process() 290 def process(self): member in EllipsisParam 331 def process(self): member in Enum 347 item.process() 436 def process(self): member in Enumerator 513 def process(self, indent): member in EnumeratorList [all …]
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | image_generation.rst | 6 introduced. The process outlined here can be adapted for use with 94 process will generate: 101 an (almost) empty folder named ``output`` is created, as the build process has 135 the ``build`` folder, where the build process takes place. It includes files 137 as part of the build process. 146 process for the target.
|
D | index.rst | 8 process of building a complete and bootable Linux environment for an embedded
|
D | lvgl_app.rst | 135 the root filesystem of the target image during the build process. It is a way
|
/lvgl-latest/examples/others/observer/ |
D | index.rst | 26 Firmware update process
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | index.rst | 16 This section objective is to ease to process of understanding the basic
|
D | core_components.rst | 51 So, to process the ``matchbox-desktop_1.2.3.bb`` recipe file, you might 112 variables that govern the OpenEmbedded build process. These files fall
|
D | lvgl_recipe.rst | 8 using LVGL. While the process will be demonstrated for the Raspberry Pi 3 197 build process. 225 management during the build process. 227 The sysroot-components directory helps optimize the build process because if 259 process. It is where the actual building and compiling of individual packages 391 the source code during the build process. 572 simplifies the process of setting up a development environment.
|
D | terms_and_variables.rst | 80 places generated objects during a recipe's build process. By default, this
|
/lvgl-latest/src/draw/sw/blend/neon/ |
D | lv_blend_neon.S | 483 .macro process len, src_bpp, dst_bpp, mask, opa, mode macro 558 process 7, \src_bpp, \dst_bpp, \mask, \opa, \mode 561 process 6, \src_bpp, \dst_bpp, \mask, \opa, \mode 566 process 5, \src_bpp, \dst_bpp, \mask, \opa, \mode 569 process 4, \src_bpp, \dst_bpp, \mask, \opa, \mode 576 process 3, \src_bpp, \dst_bpp, \mask, \opa, \mode 579 process 2, \src_bpp, \dst_bpp, \mask, \opa, \mode 582 process 1, \src_bpp, \dst_bpp, \mask, \opa, \mode 629 process 8, \src_bpp, \dst_bpp, \mask, \opa, \mode
|
/lvgl-latest/docs/details/debugging/ |
D | vg_lite_tvg.rst | 10 It has been integrated into the CI automated compilation and testing process to ensure that the VG-…
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 25 The user can assign callback functions to a widget to process events. 165 - :cpp:enumerator:`LV_EVENT_READY`: A process has finished 166 - :cpp:enumerator:`LV_EVENT_CANCEL`: A process has been cancelled
|
/lvgl-latest/docs/details/other-components/ |
D | gridnav.rst | 26 the Widget so that gridnav can process the arrow keys.
|
D | ime_pinyin.rst | 39 In the process of using the Pinyin input method plug-in, you can change
|
D | xml.rst | 131 These registration functions process the XML data and save some relevant data internally. 260 A widget XML process can be registered like
|
/lvgl-latest/docs/details/integration/os/ |
D | qnx.rst | 12 stack, and various other drivers each running in its own process with a separate
|
D | nuttx.rst | 58 Linux and NuttX you can reduce this process and just test everything
|
/lvgl-latest/docs/ |
D | README.md | 119 - **must** be followed by at least one blank line for the doc-generation logic to process it correc… 241 …st 1 blank line. This is mandatory for the documentation-generation logic to process it correctly.
|
D | CONTRIBUTING.rst | 162 LVGL project, we apply a process called DCO (Developer's Certificate of
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | threading.rst | 23 - each task (or process), 280 …lv_timer_handler(); /* Call `lv_timer_handler()` manually to process the wake-up eve…
|
/lvgl-latest/docs/details/integration/driver/ |
D | wayland.rst | 124 Causing the driver to wait until the arrival of any message on the wayland socket, the process is i…
|
/lvgl-latest/docs/details/integration/chip/ |
D | espressif.rst | 89 The process is described in details below, using ``SPIFFS`` as demonstration.
|
D | alif.rst | 23 has a nearly identical setup process
|
/lvgl-latest/docs/details/widgets/ |
D | textarea.rst | 212 Normally you won't need these since Text Area automates the text selection process,
|