Skip to content

Commit

Permalink
Removed logos
Browse files Browse the repository at this point in the history
Why you gotta make stuff so distracting when the goal is wanting the screen off 🥇
  • Loading branch information
SippieCup authored Dec 7, 2018
1 parent 3499d71 commit cab492f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/ui/bbui.h
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ void bb_ui_draw_UI( UIState *s) {
bb_ui_draw_measures_right(s,bb_dmr_x, bb_dmr_y, bb_dmr_w );
bb_draw_buttons(s);
bb_ui_draw_custom_alert(s);
bb_ui_draw_logo(s);
//bb_ui_draw_logo(s);
}
if (s->b.tri_state_switch ==2) {
const UIScene *scene = &s->scene;
Expand All @@ -806,7 +806,7 @@ void bb_ui_draw_UI( UIState *s) {
const int bb_dmr_y = (box_y + (bdr_s*1.5))+220;
bb_draw_buttons(s);
bb_ui_draw_custom_alert(s);
bb_ui_draw_logo(s);
//bb_ui_draw_logo(s);
//bb_ui_draw_car(s);
}
if (s->b.tri_state_switch ==3) {
Expand Down

0 comments on commit cab492f

Please sign in to comment.