dashboard: raise coolant icon position

This commit is contained in:
2026-06-11 23:35:42 -06:00
parent 1b1c969494
commit 6bf0c6dc2e
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
#pragma once
static const char *DASHBOARD_VERSION = "0.1.62-white-vehicle-icons";
static const char *DASHBOARD_VERSION = "0.1.63-raise-temp-icon";
// Update these if your Cargo ESP AP credentials are different.
static const char *CARGO_WIFI_SSID = "OverlandController";
@@ -1255,7 +1255,7 @@ static void create_overland_overview_screen()
lv_obj_set_style_img_recolor(coolant_icon, lv_color_white(), 0);
lv_obj_set_style_img_recolor_opa(coolant_icon, LV_OPA_COVER, 0);
lv_img_set_zoom(coolant_icon, 100);
lv_obj_align(coolant_icon, LV_ALIGN_TOP_MID, 0, 150);
lv_obj_align(coolant_icon, LV_ALIGN_TOP_MID, 0, 110);
#if LV_USE_METER
vehicle_coolant_meter = lv_meter_create(vehicle_card);