Home
last modified time | relevance | path

Searched refs:xpos (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/display/
Ddisplay_led_strip_matrix.c121 for (size_t xpos = x; xpos < (x + desc->width); xpos++) { in led_strip_matrix_write() local
122 struct led_rgb *pix = pixel_address(config, xpos, ypos); in led_strip_matrix_write()
170 for (size_t xpos = x; xpos < (x + desc->width); xpos++) { in led_strip_matrix_read() local
171 struct led_rgb *pix = pixel_address(config, xpos, ypos); in led_strip_matrix_read()
/Zephyr-latest/scripts/build/
Dgen_cfb_font_header.py116 xpos = 0
118 xpos = (width - fw) / 2 + 1
121 draw.text((xpos, ypos), chr(i), font=font)