Turn-off display when screensaver time is disabled
Potentially solves #1620
This commit is contained in:
@@ -652,6 +652,7 @@ Hotspot decrease_temp
|
||||
va0.val=temp_number0.val%10
|
||||
covx va0.val,va1.txt,0,0
|
||||
target_high.txt+="."+va1.txt
|
||||
target_high.txt+=temp_unit.txt
|
||||
}
|
||||
}else if(active_slider.val==1)
|
||||
{
|
||||
@@ -665,6 +666,7 @@ Hotspot decrease_temp
|
||||
va0.val=temp_number1.val%10
|
||||
covx va0.val,va1.txt,0,0
|
||||
target_high.txt+="."+va1.txt
|
||||
target_high.txt+=temp_unit.txt
|
||||
}
|
||||
}else if(active_slider.val==2)
|
||||
{
|
||||
@@ -678,6 +680,7 @@ Hotspot decrease_temp
|
||||
va0.val=temp_number2.val%10
|
||||
covx va0.val,va1.txt,0,0
|
||||
target_low.txt+="."+va1.txt
|
||||
target_low.txt+=temp_unit.txt
|
||||
}
|
||||
}
|
||||
|
||||
@@ -714,6 +717,7 @@ Hotspot increase_temp
|
||||
va0.val=temp_number0.val%10
|
||||
covx va0.val,va1.txt,0,0
|
||||
target_high.txt+="."+va1.txt
|
||||
target_high.txt+=temp_unit.txt
|
||||
}
|
||||
}else if(active_slider.val==1)
|
||||
{
|
||||
@@ -727,6 +731,7 @@ Hotspot increase_temp
|
||||
va0.val=temp_number1.val%10
|
||||
covx va0.val,va1.txt,0,0
|
||||
target_high.txt+="."+va1.txt
|
||||
target_high.txt+=temp_unit.txt
|
||||
}
|
||||
}else if(active_slider.val==2)
|
||||
{
|
||||
@@ -740,6 +745,7 @@ Hotspot increase_temp
|
||||
va0.val=temp_number2.val%10
|
||||
covx va0.val,va1.txt,0,0
|
||||
target_low.txt+="."+va1.txt
|
||||
target_low.txt+=temp_unit.txt
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user