diff options
Diffstat (limited to 'gui/devices/1600x2560')
-rw-r--r-- | gui/devices/1600x2560/res/ui.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gui/devices/1600x2560/res/ui.xml b/gui/devices/1600x2560/res/ui.xml index 8561b2ddf..09c740866 100644 --- a/gui/devices/1600x2560/res/ui.xml +++ b/gui/devices/1600x2560/res/ui.xml @@ -249,6 +249,15 @@ <text>Battery: %tw_battery%</text> </object> + <object type="text" color="%text_color%"> + <font resource="font" /> + <placement x="739" y="132" /> + <conditions> + <condition var1="tw_no_cpu_temp" var2="0" /> + </conditions> + <text>CPU: %tw_cpu_temp% C</text> + </object> + <object type="button"> <highlight color="%highlight_color%" /> <placement x="%home_button_x%" y="%home_button_y%" /> |