Numerical temperature gauge

Added toggle to replace the "GOOD", "OK", and "HIGH" temperature statuses with a numerical temperature gauge based on the highest temperature between the memory, CPU, and GPU and a function to swap between it by simply taping on the "Temp" gauge itself.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent a8387af5f0
commit 232c2bd713
6 changed files with 30 additions and 3 deletions

View File

@@ -184,6 +184,7 @@ typedef struct UIScene {
bool enabled;
bool experimental_mode;
bool experimental_mode_via_screen;
bool fahrenheit;
bool fps_counter;
bool full_map;
bool hide_speed;
@@ -192,6 +193,7 @@ typedef struct UIScene {
bool lead_info;
bool map_open;
bool model_ui;
bool numerical_temp;
bool reverse_cruise;
bool reverse_cruise_ui;
bool show_driver_camera;