Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_serlcd.c222 const int new_x = (data->cursor_x + x) % columns; in auxdisplay_serlcd_cursor_position_set() local
224 const uint16_t column = new_x < 0 ? new_x + columns : new_x; in auxdisplay_serlcd_cursor_position_set()