Home
last modified time | relevance | path

Searched refs:draw (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/modules/lvgl/
DCMakeLists.txt39 ${LVGL_DIR}/src/draw/dma2d/lv_draw_dma2d.c
40 ${LVGL_DIR}/src/draw/dma2d/lv_draw_dma2d_fill.c
41 ${LVGL_DIR}/src/draw/dma2d/lv_draw_dma2d_img.c
43 ${LVGL_DIR}/src/draw/lv_draw_arc.c
44 ${LVGL_DIR}/src/draw/lv_draw_buf.c
45 ${LVGL_DIR}/src/draw/lv_draw.c
46 ${LVGL_DIR}/src/draw/lv_draw_image.c
47 ${LVGL_DIR}/src/draw/lv_draw_label.c
48 ${LVGL_DIR}/src/draw/lv_draw_line.c
49 ${LVGL_DIR}/src/draw/lv_draw_mask.c
[all …]
/Zephyr-latest/samples/drivers/display/
DREADME.rst10 This sample will draw some basic rectangles onto the display.
20 to draw full lines at a time. On these displays, the rectangles described above
/Zephyr-latest/scripts/build/
Dgen_cfb_font_header.py107 draw = ImageDraw.Draw(image)
110 size = draw.textbbox((0, 0), chr(i), font=font)
121 draw.text((xpos, ypos), chr(i), font=font)
/Zephyr-latest/doc/hardware/peripherals/
Dbc12.rst8 devices to draw current exceeding the USB 2.0 specification limit of 0.5A, 2.5W.
69 increase the current draw to IUNIT (100 mA) when the connected USB host resumes
70 the USB bus and may increase the current draw to ICFG_MAX (500 mA) when the USB
/Zephyr-latest/samples/subsys/input/draw_touch_events/
DREADME.rst9 This sample will draw a small plus in the last touched coordinates, that way you can check
/Zephyr-latest/drivers/usb/bc12/
DKconfig.pi3usb920140 continue to draw up to 1.5 A.
/Zephyr-latest/boards/shields/adafruit_neopixel_grid_bff/doc/
Dindex.rst54 or draw too much current from any on-board voltage regulators.
/Zephyr-latest/subsys/fb/
Dcfb_shell.c527 SHELL_CMD(draw, &sub_cmd_draw, "drawing text", NULL),
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_simplified.drawio1 …/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/21.6.8 Chrome/11…
Dintegration_diagram_detailed.drawio1 …/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/21.6.8 Chrome/11…
/Zephyr-latest/doc/kernel/usermode/
Dmemory_domain.rst142 a k_heap to draw these allocations from for the target thread.
317 not recommended to draw heap memory from a global pool, instead
Dsyscalls.rst478 large to allocate on the stack. In this scenario, it may be necessary to draw
/Zephyr-latest/cmake/modules/
Ddts.cmake424 # Display them as CMake warnings to draw attention.
/Zephyr-latest/doc/services/tracing/
Dindex.rst511 For an OS like Zephyr, it would make sense to draw inspiration from
/Zephyr-latest/subsys/net/ip/
DKconfig21 # to draw in all code required for connection infrastructure.
/Zephyr-latest/doc/
Dzephyr.doxyfile.in2664 # HAVE_DOT is enabled as well, then dot will be used to draw the graph. In case
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb254 "In the following cell, we'll add some random noise to each value, then draw a new graph:"