Commit b2cd7891 authored by 李梓源's avatar 李梓源

feat:DIS高低电平互换

parent 68178d89
......@@ -4451,7 +4451,7 @@ void Display_Send_Vspead(uint8_t menu)
case 2:
if(CHECK_Ctrl_delay >=20)
{
if(DIS_AD == 1)
if(DIS_AD == 0)
{
TFT_LCD_Draw_Bmp(51,261,( uint8_t * )gImage_Alarm_09_Word0X51_Y261);
DIS_VALUE = 1;
......@@ -4461,7 +4461,7 @@ void Display_Send_Vspead(uint8_t menu)
if(DIS_VALUE == 1)
{
if(DIS_AD == 0)
if(DIS_AD == 1)
{
DIS_VALUE = 0;
CHECK_Value = 1;
......@@ -4485,7 +4485,7 @@ void Display_Send_Vspead(uint8_t menu)
// CHECK_Value = 0;
// }
if(DIS_AD == 1)
if(DIS_AD == 0)
{
DIS_VALUE = 1;
TFT_LCD_Draw_Bmp(51,261,( uint8_t * )gImage_Alarm_10_Word0X51_Y261);
......@@ -4494,7 +4494,7 @@ void Display_Send_Vspead(uint8_t menu)
{
if(DIS_VALUE == 1)
{
if(DIS_AD == 0)
if(DIS_AD == 1)
{
DIS_VALUE = 0;
CHECK_Value = 1;
......
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