pgm3 v0.8.0 for fhem 4.0 released

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@41 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas
2007-03-30 14:55:39 +00:00
parent eca4f9ce19
commit 55f569f7e8
6 changed files with 48 additions and 44 deletions

View File

@@ -154,13 +154,14 @@ setlocale (LC_ALL, 'de_DE.utf8');
$text=$txtroom.$room;
ImageTTFText ($im, $fontsize, 0, 3, 49, $txtcolor, $fontttf, $text);
$text="desired-temp: $desired_temp";
$text="desired: $desired_temp ".substr($desired_date,11,5);
ImageTTFText ($im, $fontsize, 0, $imgmaxxfht-230-$XcorrectDate, 23, $txtcolor, $fontttf, $text);
#$text=$desired_date;
#ImageTTFText ($im, $fontsize, 0, $imgmaxxfht-127-$XcorrectDate, 23, $txtcolor, $fontttf, $text);
$text="Actuator [%]: $actuator";
$text="Actuator: $actuator";
ImageTTFText ($im, $fontsize, 0, $imgmaxxfht-230-$XcorrectDate, 33, $txtcolor, $fontttf, $text);
#$text=$actuator_date;