Searched refs:new_y (Results 1 – 1 of 1) sorted by relevance
223 const int new_y = (data->cursor_y + y + x / columns) % rows; in auxdisplay_serlcd_cursor_position_set() local225 const uint16_t row = new_y < 0 ? new_y + rows : new_y; in auxdisplay_serlcd_cursor_position_set()