Make lead car text a little brighter

pull/103/head
Joey Lao 8 years ago
parent 5ec1e7307e
commit 26b573c1d0
  1. 2
      selfdrive/ui/ui.c

@ -694,7 +694,7 @@ static void ui_draw_world(UIState *s) {
(int)(scene->lead_d_rel), lead_v_rel); (int)(scene->lead_d_rel), lead_v_rel);
} }
nvgFontSize(s->vg, 96.0f); nvgFontSize(s->vg, 96.0f);
nvgFillColor(s->vg, nvgRGBA(128, 128, 0, 192)); nvgFillColor(s->vg, nvgRGBA(200, 200, 0, 192));
nvgTextAlign(s->vg, NVG_ALIGN_CENTER | NVG_ALIGN_TOP); nvgTextAlign(s->vg, NVG_ALIGN_CENTER | NVG_ALIGN_TOP);
nvgText(s->vg, 1920 / 2 - 20, 40, radar_str, NULL); nvgText(s->vg, 1920 / 2 - 20, 40, radar_str, NULL);

Loading…
Cancel
Save