Home
last modified time | relevance | path

Searched full:strips (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/dts/bindings/gpio/
Dmicrobit,edge-connector.yaml10 There are 25 strips/pins including 5 rings for using with 4mm banana
15 The smaller strips spaced at 1.27mm on the edge connector have additional
21 connected to the front rings, but the back small strips are unconnected.
/Zephyr-latest/drivers/display/
Ddisplay_led_strip_matrix.c24 const struct led_strip_buffer *strips; member
79 if (idx < config->strips[i].chain_length) { in pixel_address()
80 return &config->strips[i].pixels[idx]; in pixel_address()
82 idx -= config->strips[i].chain_length; in pixel_address()
146 rc = led_strip_update_rgb(config->strips[i].dev, config->strips[i].pixels, in led_strip_matrix_write()
217 if (!device_is_ready(config->strips[i].dev)) { in led_strip_matrix_init()
218 LOG_ERR("LED strip device %s is not ready", config->strips[i].dev->name); in led_strip_matrix_init()
257 .strips = strip_buffer##inst, \
/Zephyr-latest/samples/drivers/led/led_strip/
DREADME.rst21 - Power supply. These LED strips usually require a 5V supply.
92 - `RGB LED strips: an overview`_
99 .. _RGB LED strips\: an overview: http://nut-bolt.nl/2012/rgb-led-strips/
/Zephyr-latest/boards/shields/adafruit_neopixel_grid_bff/
Dadafruit_neopixel_grid_bff_display.overlay11 led-strips = <&bff_led_strip>;
/Zephyr-latest/dts/bindings/led_strip/
Dled-strip.yaml5 # Common fields for LED strips
/Zephyr-latest/drivers/led_strip/
DKconfig.lpd880x19 daisy chaining LED strips.
Dlpd880x.c106 * LPD880x strips. in lpd880x_strip_update_rgb()
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_dl.h39 /** Edge strips for right */
41 /** Edge strips for left */
43 /** Edge strips for above */
45 /** Edge strips for below */
Dft8xx_reference_api.h252 /** Edge strips for right */
254 /** Edge strips for left */
256 /** Edge strips for above */
258 /** Edge strips for below */
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840.overlay10 * This overlay removes image slot partitions and strips each of 64kiB,
/Zephyr-latest/include/zephyr/drivers/
Dled_strip.h10 * @brief Public API for controlling linear strips of LEDs.
13 * addressable strips of LEDs.
/Zephyr-latest/dts/bindings/display/
Dled-strip-matrix.yaml156 led-strips:
161 If multiple strips are specified, they are "flattened" and sequentialized.
/Zephyr-latest/tests/drivers/build_all/display/
Dapp.overlay316 led-strips = <&test_led_strip_0>, <&test_led_strip_1>;
/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c187 * directory but FUSE strips the trailing slashes from in fuse_fs_access_readdir()
/Zephyr-latest/include/zephyr/sys/
Dutil_macro.h386 * @brief Strips n first arguments from the argument list.
/Zephyr-latest/doc/releases/
Drelease-notes-2.2.rst1175 * :github:`14668` - net: icmp4: Zephyr strips record route and time stamp options