Commit cb294269 authored by 何锐's avatar 何锐

feat:更新版本号校验

parent da554a8b
...@@ -31,7 +31,7 @@ static const PartVersion g_versionTable[] = { ...@@ -31,7 +31,7 @@ static const PartVersion g_versionTable[] = {
{"37100-A020-0300", "1.05", "1.05", "YES"}, {"37100-A020-0300", "1.05", "1.05", "YES"},
{"37100-C076-0500", "1.01", "1.01", "YES"}, {"37100-C076-0500", "1.01", "1.01", "YES"},
{"37100-A020-0400", "1.00", "1.00", "YES"}, {"37100-A020-0400", "1.00", "1.00", "YES"},
{"37100-G254-0400", "1.21", "1.22", "YES"}, {"37100-G254-0400", "1.22", "1.22", "YES"},
{"37100-C047-0200", "2.33", "2.33", "YES"}, {"37100-C047-0200", "2.33", "2.33", "YES"},
{"37100-C047-0500", "1.03", "1.03", "YES"}, {"37100-C047-0500", "1.03", "1.03", "YES"},
{"37100-G373-0300", "1.05", "1.05", "YES"}, {"37100-G373-0300", "1.05", "1.05", "YES"},
...@@ -3892,7 +3892,7 @@ void Display_Version_Info(uint32_t ON_OFF) ...@@ -3892,7 +3892,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,1,7,0xff}; uint8_t mbuff [7] = {2,6,0,3,2,5,0xff};
// uint8_t mbuff [7] = {0,1,2,7,10,1,0xff}; // uint8_t mbuff [7] = {0,1,2,7,10,1,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