diff --git a/fbdash.c b/fbdash.c index db15228..84865d6 100644 --- a/fbdash.c +++ b/fbdash.c @@ -119,11 +119,9 @@ printf("%s\n",query); render_string(fbp, ubuntu_mono_24, esszimmer.text, 15, 7, 255, 255, 255); - //printf("%s: %s\n", esszimmer.text, esszimmer.temperature); render_string(fbp, ubuntu_mono_48, esszimmer.temperature, 115, -2, 255, 255, 255); render_string(fbp, ubuntu_mono_48, "C", 200, -2, 255, 255, 255); - //printf("%s: %s\n", esszimmer.text, esszimmer.humidity); render_string(fbp, ubuntu_mono_48, esszimmer.humidity, 115, 33, 255, 255, 255); render_string(fbp, ubuntu_mono_48, "%", 200, 33, 255, 255, 255); @@ -131,11 +129,9 @@ printf("%s\n",query); render_string(fbp, ubuntu_mono_24, wohnzimmer.text, 15, 87, 255, 255, 255); - //printf("%s: %s\n", wohnzimmer.text, wohnzimmer.temperature); render_string(fbp, ubuntu_mono_48, wohnzimmer.temperature, 115, 77, 255, 255, 255); render_string(fbp, ubuntu_mono_48, "C", 200, 77, 255, 255, 255); - //printf("%s: %s\n", wohnzimmer.text, wohnzimmer.humidity); render_string(fbp, ubuntu_mono_48, wohnzimmer.humidity, 115, 113, 255, 255, 255); render_string(fbp, ubuntu_mono_48, "%", 200, 113, 255, 255, 255);