first commit

This commit is contained in:
wen
2025-09-30 13:08:23 +08:00
parent ec83999cef
commit 015a4f689d
38 changed files with 628 additions and 593 deletions

View File

@@ -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);
}
}