diff options
Diffstat (limited to 'gui/devices/800x1280/res')
-rw-r--r-- | gui/devices/800x1280/res/ui.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gui/devices/800x1280/res/ui.xml b/gui/devices/800x1280/res/ui.xml index e0036bfc5..03b6144fc 100644 --- a/gui/devices/800x1280/res/ui.xml +++ b/gui/devices/800x1280/res/ui.xml @@ -243,6 +243,15 @@ <text>Battery: %tw_battery%</text> </object> + <object type="text" color="%text_color%"> + <font resource="font" /> + <placement x="420" y="76" /> + <conditions> + <condition var1="tw_no_cpu_temp" var2="0" /> + </conditions> + <text>CPU: %tw_cpu_temp% C</text> + </object> + <object type="button"> <placement x="%home_button_x%" y="%home_button_y%" /> <font resource="font" color="%button_text_color%" /> |