Home
last modified time | relevance | path

Searched refs:send (Results 1 – 20 of 20) sorted by relevance

/lvgl-latest/tests/micropy_test/
D__init__.py88 def send(cls, cmd): member in MicroPython_Test
167 cls.send(b'cd ' + os.path.dirname(__file__).encode('utf-8') + b'\n')
168 cls.send(MICROPYTHON_PATH.encode('utf-8') + b'\n')
181 cls.send(CTRL_C)
182 cls.send(CTRL_C)
183 cls.send(CTRL_D)
219 self.send(CTRL_E)
228 self.send(line + b'\n')
239 self.send(CTRL_D)
297 self.send(CTRL_C)
[all …]
/lvgl-latest/docs/_static/js/
Dinclude_html.js24 xhttp.send();
/lvgl-latest/docs/details/integration/driver/display/
Dili9341.rst15 …he display flush callback. The user needs to implement only two platform-specific functions to send
60 …* @param send_cmd platform-dependent function to send a command to the LCD controller (usuall…
61 …* @param send_color platform-dependent function to send pixel data to the LCD controller (usual…
Dst7735.rst17 …he display flush callback. The user needs to implement only two platform-specific functions to send
62 …* @param send_cmd platform-dependent function to send a command to the LCD controller (usuall…
63 …* @param send_color platform-dependent function to send pixel data to the LCD controller (usual…
Dst7789.rst16 …he display flush callback. The user needs to implement only two platform-specific functions to send
61 …* @param send_cmd platform-dependent function to send a command to the LCD controller (usuall…
62 …* @param send_color platform-dependent function to send pixel data to the LCD controller (usual…
Dst7796.rst17 …he display flush callback. The user needs to implement only two platform-specific functions to send
62 …* @param send_cmd platform-dependent function to send a command to the LCD controller (usuall…
63 …* @param send_color platform-dependent function to send pixel data to the LCD controller (usual…
Dgen_mipi.rst65 …_send_color()` functions is that :cpp:func:`my_lcd_send_cmd()` is used to send short commands and …
66 …hould be blocking), while :cpp:func:`my_lcd_send_color()` is only used to send pixel data, and it …
191 … ``my_lcd_send_cmd()`` function to send an arbitrary command to the LCD controller. However, to ma…
Dlcd_stm32_guide.rst200 …/* Platform-specific implementation of the LCD send command function. In general this should use p…
212 /* send command */
223 …/* Platform-specific implementation of the LCD send color function. For better performance this sh…
237 /* send command */
/lvgl-latest/docs/details/debugging/
Dlog.rst35 :c:macro:`LV_LOG_PRINTF` in ``lv_conf.h`` to send the logs with ``printf``.
/lvgl-latest/docs/
DCONTRIBUTING.rst58 To add your changes you can edit files online on GitHub and send a new
183 this case you can just send a Pull Request without worrying about any
DCHANGELOG.rst185 - **fix(indev): fix LV_EVENT_SCROLL_THROW_BEGIN not send to scroll_obj** `6693 <https://github.com/…
200 - **fix(indev): fix indev not send gesture event** `6676 <https://github.com/lvgl/lvgl/pull/6676>`__
245 - **fix(gridnav): send focus/defocus event from gridnav key handler** `6385 <https://github.com/lvg…
/lvgl-latest/docs/details/main-components/
Dindev.rst87 Pointer input devices can detect basic gestures. By default, most Widgets send
139 turned steps and LVGL will automatically send the :cpp:enumerator:`LV_EVENT_ROTARY`
313 send key events to only one group but a group can receive data from more
504 - ``long_press_time`` Press time to send :cpp:enumerator:`LV_EVENT_LONG_PRESSED` (in milliseconds)
Ddisplay.rst309 /* The most simple case (also the slowest) to send all rendered pixels to the
412 /*Rotate a partially rendered area to another buffer and send it*/
714 3. send the buffer's content to each real display with the truncated area.
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dconnecting_lvgl.rst134 - how to send those rendered pixels to it (:ref:`flush_callback`).
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst28 display it, send it to some other part of the application, etc..
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst111 - Finally, write the callback function, ``my_flush_cb``, which will send the display buffer to your…
/lvgl-latest/docs/details/base-widget/
Devent.rst225 To manually send events to a Widget, use
Dobj.rst127 You can bring a Widget to the foreground or send it to the background with
/lvgl-latest/
DREADME.md82 We use [GitHub Sponsors](https://github.com/sponsors/lvgl) where you can easily send one time or re…
DKconfig383 …Queue multiple tasks and flash them once to the GPU. The task ready state will be send asynchronou…