最新一般有刷加无刷

This commit is contained in:
2024-07-06 21:54:16 +08:00
parent dda2649f6d
commit 9f9aa26197
4 changed files with 37 additions and 44 deletions

View File

@@ -79,7 +79,12 @@ static void Event(page_event event)
Page_Shift(Curser); // 切换到光标选中的页面
}
} else if (page_event_press_long == event) {
go_flag = 1;
go_flag = 1;
uint32_t temp = 0x5c;
for (int i = 0; i < 3; i++) {
by_frame_send(&temp);
}
ips200_clear();
}