Screen brightness control

Added toggle to control the screen brightness.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 3a38bed701
commit 2fb03067a8
5 changed files with 20 additions and 1 deletions

View File

@@ -236,6 +236,7 @@ typedef struct UIScene {
int desired_follow;
int obstacle_distance;
int obstacle_distance_stock;
int screen_brightness;
int steering_angle_deg;
int stopped_equivalence;