feat: 为选中项增加了奇怪的动效
This commit is contained in:
@@ -100,7 +100,7 @@ static void Print_Menu_p(void)
|
||||
// SCREEN_showstr_style(5 * 8, 0, RED, WHITE, "#### MAIN MENU ####");
|
||||
ips200_show_string(0, 0, Text);
|
||||
for (uint8_t i = page_menu + 1; i < page_max; i++) {
|
||||
ips200_show_string(10, i * 16, pagelist[i].Text);
|
||||
ips200_show_string(10, i * 18, pagelist[i].Text);
|
||||
// SCREEN_showstr(8, i, pagelist[i].Text);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user