Skip to content

Commit

Permalink
Add more space in CPU temp
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Feb 15, 2014
1 parent 4b92dc3 commit 568a59f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ Public Sub Timer1_Timer()
If thermal_zone.supporttemp = True Then
'Label93.Text = "Temp: " & (thermal_zone.calculate / 1000) & " °C"
LCDLabel1.Text = "Temp: " & (thermal_zone.calculate / 1000) & " °C"
LCDLabel1.Text = Replace(LCDLabel1.Text, ".", " . ")
Else
'Label93.Visible = False
LCDLabel1.Visible = False
Expand Down

0 comments on commit 568a59f

Please sign in to comment.