CPU/GPU Temp. on Raspberry Pi
#2
You can put it on all the menus by editing Includes.xml.

Image

Locate the following:
PHP Code:
<label>$VAR[Time]</label>
</
control

And paste this after it:
PHP Code:
<control type="label">
    <
posx>130r</posx>
    <
posy>30</posy>
    <
width>300</width>
    <
height>50</height>
    <
align>left</align>
    <
font>Details</font>
    <
textcolor>White</textcolor>
    <
shadowcolor>ShadowDark</shadowcolor>
    <
label>CPU$INFO[System.CPUTemperature]</label
</
control>
<
control type="label">
    <
posx>130r</posx>
    <
posy>60</posy>
    <
width>300</width>
    <
height>50</height>
    <
align>left</align>
    <
font>Details</font>
    <
textcolor>White</textcolor>
    <
shadowcolor>ShadowDark</shadowcolor>
    <
label>GPU$INFO[System.GPUTemperature]</label>
</
control




If you want it on the pause screen you will also need to edit DialogSeekBar.xml.

Image

Locate the following:
PHP Code:
<label>$INFO[System.Time]</label>
</
control


And paste the same code above after it.
Reply


Messages In This Thread
CPU/GPU Temp. on Raspberry Pi - by Ruschi - 2014-01-06, 22:05
RE: CPU/GPU Temp. on Raspberry Pi - by torenvalk - 2014-01-15, 10:28
RE: CPU/GPU Temp. on Raspberry Pi - by Ruschi - 2014-01-19, 15:44
CPU/GPU Temp. on Raspberry Pi - by Ruschi - 2014-01-19, 18:21
RE: CPU/GPU Temp. on Raspberry Pi - by Ruschi - 2014-01-19, 20:38
RE: CPU/GPU Temp. on Raspberry Pi - by Ruschi - 2014-01-19, 23:03
RE: CPU/GPU Temp. on Raspberry Pi - by msrn - 2014-04-23, 20:59
CPU/GPU Temp. on Raspberry Pi - by pecinko - 2014-04-15, 16:40
RE: CPU/GPU Temp. on Raspberry Pi - by msrn - 2014-05-11, 12:56
RE: CPU/GPU Temp. on Raspberry Pi - by ward0 - 2018-05-05, 13:41
RE: CPU/GPU Temp. on Raspberry Pi - by ward0 - 2018-05-07, 10:12
Logout Mark Read Team Forum Stats Members Help
CPU/GPU Temp. on Raspberry Pi0