cleanup
This commit is contained in:
parent
c701c6a180
commit
6d920e7bd1
4
fbdash.c
4
fbdash.c
@ -119,11 +119,9 @@ printf("%s\n",query);
|
|||||||
|
|
||||||
render_string(fbp, ubuntu_mono_24, esszimmer.text, 15, 7, 255, 255, 255);
|
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, esszimmer.temperature, 115, -2, 255, 255, 255);
|
||||||
render_string(fbp, ubuntu_mono_48, "C", 200, -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, esszimmer.humidity, 115, 33, 255, 255, 255);
|
||||||
render_string(fbp, ubuntu_mono_48, "%", 200, 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);
|
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, wohnzimmer.temperature, 115, 77, 255, 255, 255);
|
||||||
render_string(fbp, ubuntu_mono_48, "C", 200, 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, wohnzimmer.humidity, 115, 113, 255, 255, 255);
|
||||||
render_string(fbp, ubuntu_mono_48, "%", 200, 113, 255, 255, 255);
|
render_string(fbp, ubuntu_mono_48, "%", 200, 113, 255, 255, 255);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user