Searched refs:send (Results 1 – 20 of 20) sorted by relevance
/lvgl-latest/tests/micropy_test/ |
D | __init__.py | 88 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/ |
D | include_html.js | 24 xhttp.send();
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | ili9341.rst | 15 …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…
|
D | st7735.rst | 17 …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…
|
D | st7789.rst | 16 …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…
|
D | st7796.rst | 17 …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…
|
D | gen_mipi.rst | 65 …_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…
|
D | lcd_stm32_guide.rst | 200 …/* 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/ |
D | log.rst | 35 :c:macro:`LV_LOG_PRINTF` in ``lv_conf.h`` to send the logs with ``printf``.
|
/lvgl-latest/docs/ |
D | CONTRIBUTING.rst | 58 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
|
D | CHANGELOG.rst | 185 - **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/ |
D | indev.rst | 87 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)
|
D | display.rst | 309 /* 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/ |
D | connecting_lvgl.rst | 134 - how to send those rendered pixels to it (:ref:`flush_callback`).
|
/lvgl-latest/docs/details/other-components/ |
D | file_explorer.rst | 28 display it, send it to some other part of the application, etc..
|
/lvgl-latest/docs/details/integration/chip/ |
D | stm32.rst | 111 - Finally, write the callback function, ``my_flush_cb``, which will send the display buffer to your…
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 225 To manually send events to a Widget, use
|
D | obj.rst | 127 You can bring a Widget to the foreground or send it to the background with
|
/lvgl-latest/ |
D | README.md | 82 We use [GitHub Sponsors](https://github.com/sponsors/lvgl) where you can easily send one time or re…
|
D | Kconfig | 383 …Queue multiple tasks and flash them once to the GPU. The task ready state will be send asynchronou…
|