Commit dd499d86 authored by 何锐's avatar 何锐

feat:增加零件号

parent 984eb287
...@@ -73,20 +73,20 @@ void Function_Check_Ctrl(uint32_t cmd); ...@@ -73,20 +73,20 @@ void Function_Check_Ctrl(uint32_t cmd);
void MENU_CHECK_STEP_ADD(void) void MENU_CHECK_STEP_ADD(void)
{ {
// if(CheckResult != 1) //版本号校验,取消校验屏掉此条 if(CheckResult != 1) //版本号校验,取消校验屏掉此条
// { {
// return ; return ;
// } }
// if(guangganflag != 3) //光感锁校验,取消校验屏掉此条 if(guangganflag != 3) //光感锁校验,取消校验屏掉此条
// { {
// return ; return ;
// } }
// if((CurrentWrong == 1) && (MENU_CHECK_STEP == 2)) //静态电流校验,取消校验屏掉此条 if((CurrentWrong == 1) && (MENU_CHECK_STEP == 2)) //静态电流校验,取消校验屏掉此条
// { {
// return ; return ;
// } }
if(MENU_CHECK_STEP <= 9) if(MENU_CHECK_STEP <= 9)
{ {
......
...@@ -27,6 +27,7 @@ static const PartVersion g_versionTable[] = { ...@@ -27,6 +27,7 @@ static const PartVersion g_versionTable[] = {
{"37100-A197-0400", "1.43", "1.43", "1.43"}, {"37100-A197-0400", "1.43", "1.43", "1.43"},
{"37100-A265-0200", "1.22", "1.22", "1.43"}, {"37100-A265-0200", "1.22", "1.22", "1.43"},
{"37100-G389-0200", "1.22", "1.22", "1.43"}, {"37100-G389-0200", "1.22", "1.22", "1.43"},
{"37100-G469-0100", "1.08", "1.08", "1.47"},
{NULL, NULL, NULL, NULL} // 结束标志 {NULL, NULL, NULL, NULL} // 结束标志
}; };
...@@ -5108,7 +5109,7 @@ void Display_Version_Info(uint32_t ON_OFF) ...@@ -5108,7 +5109,7 @@ void Display_Version_Info(uint32_t ON_OFF)
// TFT_LCD_Draw_Bmp(3, 160, ( uint8_t * )gImage_Alarm_12_WordX6_Y165); //24脚输出占空比 // TFT_LCD_Draw_Bmp(3, 160, ( uint8_t * )gImage_Alarm_12_WordX6_Y165); //24脚输出占空比
// TFT_LCD_Draw_Bmp(210, 160, ( uint8_t * )gImage_Alarm_13_ImageX222_Y166); //% // TFT_LCD_Draw_Bmp(210, 160, ( uint8_t * )gImage_Alarm_13_ImageX222_Y166); //%
TFT_LCD_Draw_Bmp(3, 290, ( uint8_t * )gImage_gImage_checkVX6_Y165 ); //检测台版本号 TFT_LCD_Draw_Bmp(3, 290, ( uint8_t * )gImage_gImage_checkVX6_Y165 ); //检测台版本号
uint8_t mbuff [7] = {2,6,0,3,2,7,0xff}; uint8_t mbuff [7] = {2,6,0,4,0,6,0xff};
General_Number_Disp(mbuff, 160, 290); General_Number_Disp(mbuff, 160, 290);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment