mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-17 03:48:55 +00:00
first commit
This commit is contained in:
@@ -76,7 +76,7 @@ static void touch_entry(void *parameter) /* touch panel control entry */
|
||||
u16X = read_data[i].x_coordinate;
|
||||
u16Y = read_data[i].y_coordinate;
|
||||
|
||||
// rt_kprintf("[%d] %d %d\n", read_data[i].event, u16X, u16Y);
|
||||
rt_kprintf("[%d] %d %d\n", read_data[i].event, u16X, u16Y);
|
||||
aic_touch_inputevent_cb(u16X, u16Y, read_data[i].event);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user