Searched refs:screen_size_x (Results 1 – 1 of 1) sorted by relevance
24 uint16_t screen_size_x; member153 int32_t mx = (config->screen_size_x << 16) / (config->max_x - config->min_x); in xpt2046_work_handler()154 int32_t cx = (config->screen_size_x << 16) - mx * config->max_x; in xpt2046_work_handler()247 .screen_size_x = DT_INST_PROP(index, touchscreen_size_x), \