[main] add delay between possible screen changes to make user button usable
This commit is contained in:
parent
d192bac6c9
commit
bf83a6c0eb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue