Commit 129752e0 authored by 何锐's avatar 何锐

feat:更新版本号1.42

parent dcb0a276
...@@ -4828,9 +4828,9 @@ void Display_Version_Info(uint32_t ON_OFF) ...@@ -4828,9 +4828,9 @@ void Display_Version_Info(uint32_t ON_OFF)
} }
else if((wuliao[12] == 0x33) || (wuliao[12] == 0x34)) //5寸 else if((wuliao[12] == 0x33) || (wuliao[12] == 0x34)) //5寸
{ {
nowpuran = 37; nowpuran = 42;
now7926 = 40; now7926 = 42;
now7106 = 37; now7106 = 42;
up_key_press_number = 2; up_key_press_number = 2;
} }
...@@ -4925,7 +4925,7 @@ void Display_Version_Info(uint32_t ON_OFF) ...@@ -4925,7 +4925,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,1,0,6,0xff}; uint8_t mbuff [7] = {2,6,0,1,0,5,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