diff --git a/firmware/esp32-s3-dashboard/esp32-s3-dashboard.ino b/firmware/esp32-s3-dashboard/esp32-s3-dashboard.ino index 180b38f..1ec1f67 100644 --- a/firmware/esp32-s3-dashboard/esp32-s3-dashboard.ino +++ b/firmware/esp32-s3-dashboard/esp32-s3-dashboard.ino @@ -1131,15 +1131,11 @@ static void create_overland_overview_screen() lv_obj_t *vehicle_label = lv_label_create(vehicle_card); lv_label_set_text(vehicle_label, - "Coolant 188° -" - "Trans -- -" - "Fuel --% -" - "4WD -- -" - "Tilt --°" + "Coolant 188\\n" + "Trans --\\n" + "Fuel --%\\n" + "4WD --\\n" + "Tilt --" ); lv_obj_set_style_text_color(vehicle_label, lv_color_hex(0xDDE3EA), 0); lv_obj_set_style_text_font(vehicle_label, &lv_font_montserrat_30, 0);