更新:补充change_flag清零,增大menu任务delay

This commit is contained in:
吴俊潮 2025-03-24 10:49:03 +08:00
parent 01e2295383
commit 299aee5dab
4 changed files with 19353 additions and 13085 deletions

View File

@ -1056,6 +1056,8 @@ void set_output(float32 sto)
if(change_flag[i])
{
set_nixie_cube(IO_OUTPUT, i, m5data.o_numbers[i]);
change_flag[i] = 0;
}
}

View File

@ -310,8 +310,8 @@ void start_menu(void const * argument)
/* Infinite loop */
for(;;)
{
//screen_run();
osDelay(200);
screen_run();
osDelay(500);
}
/* USER CODE END start_menu */
}

View File

@ -265,6 +265,11 @@
<WinNumber>1</WinNumber>
<ItemText>RTD,0x0A</ItemText>
</Ww>
<Ww>
<count>22</count>
<WinNumber>1</WinNumber>
<ItemText>change_flag</ItemText>
</Ww>
</WatchWindow1>
<MemoryWindow1>
<Mm>
@ -592,7 +597,7 @@
<Group>
<GroupName>Application/User/App/MUX_SIGNAL</GroupName>
<tvExp>1</tvExp>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1136,7 +1141,7 @@
<Group>
<GroupName>LVGL_conf</GroupName>
<tvExp>1</tvExp>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@ -1168,7 +1173,7 @@
<Group>
<GroupName>LVGL_porting</GroupName>
<tvExp>1</tvExp>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>

File diff suppressed because it is too large Load Diff