Steering wheel icons

Added toggle for select steering wheel icons in the onroad UI.

Want to add your own steering wheel? Request one under "feature-requests" on the FrogPilot Discord!
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 3a926ddfbe
commit 61e9b1cd45
12 changed files with 39 additions and 3 deletions

View File

@@ -387,6 +387,8 @@ void ui_update_frogpilot_params(UIState *s) {
scene.show_slc_offset = scene.speed_limit_controller && params.getBool("ShowSLCOffset");
scene.show_slc_offset_ui = scene.speed_limit_controller && params.getBool("ShowSLCOffsetUI");
scene.use_vienna_slc_sign = scene.speed_limit_controller && params.getBool("UseVienna");
scene.wheel_icon = params.getInt("WheelIcon");
}
void UIState::updateStatus() {