Commit 3b68b7a2 authored by 何锐's avatar 何锐

feat:指示灯全亮程序

parent 86821bfe
......@@ -5036,8 +5036,8 @@ void Display_Send_Vspead(uint8_t menu)
}
if((menu > 0) && (menu < 16))
{
TFT_LCD_Draw_Bmp(3, 40, ( uint8_t * )gImage_04X0_Y0);//车速
TFT_LCD_Draw_Bmp(3, 80, ( uint8_t * )gImage_04X0_Y0);//转速
// TFT_LCD_Draw_Bmp(3, 40, ( uint8_t * )gImage_04X0_Y0);//车速
// TFT_LCD_Draw_Bmp(3, 80, ( uint8_t * )gImage_04X0_Y0);//转速
switch (menu)
{
case 1:
......@@ -5121,8 +5121,8 @@ void Display_Send_Vspead(uint8_t menu)
}
if(menu < 16 && menu != 0)
{
GUI_General_Digit_Display(VSpeed_val, Num_15, 3, 2, ODODigitNum09PosX, 40);
GUI_General_Digit_Display(ESpeed_val, Num_15, 5, 3, ODODigitNum09PosX, 80);
// GUI_General_Digit_Display(VSpeed_val, Num_15, 3, 2, ODODigitNum09PosX, 40);
// GUI_General_Digit_Display(ESpeed_val, Num_15, 5, 3, ODODigitNum09PosX, 80);
}
}
......
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