Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/display/
Ddisplay_led_strip_matrix.c31 bool start_from_bottom; member
46 const size_t y_in_mod = config->start_from_bottom ? (mod_h - 1) - (y % mod_h) : y % mod_h; in pixel_index()