From 8af94323970dc40194c56da61ee764871ccf8caf Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 26 May 2019 16:12:21 -0500 Subject: [PATCH] *The Cheat questions the situation* --- examples/cluster.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/cluster.c b/examples/cluster.c index 849e883..dee9470 100644 --- a/examples/cluster.c +++ b/examples/cluster.c @@ -162,7 +162,11 @@ static void draw_gauge_cluster(cairo_t *cr, y + height * 0.5, height * 0.4); - draw_thermometer(cr, 442, 368, 64); + draw_thermometer(cr, + x + width * 0.43, + y + height * 0.76, + height * 0.13); + draw_fuel_gauge(cr, 582, 368, 64); draw_mfd(cr, 432, 48, 160, 240); }