Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/input/draw_touch_events/src/
Dmain.c39 static uint8_t buffer_cross[BUFFER_SIZE]; variable
88 buffer_cross[index + i] = -1; in fill_cross_buffer()
92 buffer_cross[index + i] = -1; in fill_cross_buffer()
151 get_draw_position(touch_point.y, HEIGHT), &buf_desc, buffer_cross); in main()