[main] add delay between possible screen changes to make user button usable

This commit is contained in:
ІО-23 Шмуляр Олег 2025-04-20 12:11:13 +03:00
parent d192bac6c9
commit bf83a6c0eb
1 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,8 @@ int main(void)
display_load(display_current_frame);
while (1) {
HAL_Delay(15);
// go to next report
if (UB || SWT1 || SWT5) {
display_current_frame += 1;