Skip to content

Commit

Permalink
Activate boot anim, adjust charge min. value
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehaenger committed Nov 14, 2023
1 parent 9d9a96f commit d301386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Firmware/CoverUI/YardForce/include/model/display_SAxPRO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ namespace display
disp = lv_disp_drv_register(&lv_disp_drv); // Register the driver and save the created display objects
lv_obj_set_style_bg_color(lv_scr_act(), lv_color_white(), LV_PART_MAIN); // No background color

// openmower_anim();
mainScreen();
openmower_anim();
// mainScreen();

return true;
}
Expand Down Expand Up @@ -275,7 +275,7 @@ namespace display
if (!last_docked_state_)
{
v_led_power->set(LED_on);
bar_bat->set_range(50, 1100);
bar_bat->set_range(100, 1100);
bar_bat->bar_label = FA_SYMBOL_CHARGE " %d mA";
set_backlight();
last_docked_state_ = true;
Expand Down

0 comments on commit d301386

Please sign in to comment.