Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/input/
Dinput_touch.h41 bool inverted_y; member
55 .inverted_y = DT_PROP(node_id, inverted_y), \
/Zephyr-latest/drivers/input/
Dinput_touch.c16 const uint32_t reported_y = cfg->inverted_y ? cfg->screen_height - y : y; in input_touchscreen_report_pos()