From 39fcb64ea7540b36f85bf83a574c540ee4817f7c Mon Sep 17 00:00:00 2001 From: Vehicle Researcher Date: Mon, 12 Jun 2017 09:30:47 -0700 Subject: [PATCH] Revert last commit since KPH can get 3 digits long old-commit-hash: 5ec1e7307e3b6ff67ad22655bed4b0a40d73406f --- selfdrive/ui/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/ui.c b/selfdrive/ui/ui.c index 0a4a124f21..c0b129f33a 100644 --- a/selfdrive/ui/ui.c +++ b/selfdrive/ui/ui.c @@ -761,7 +761,7 @@ static void ui_draw_vision(UIState *s) { (int)(scene->v_cruise * 0.621371 + 0.5)); } nvgTextAlign(s->vg, NVG_ALIGN_RIGHT | NVG_ALIGN_BASELINE); - nvgText(s->vg, 430, 95, speed_str, NULL); + nvgText(s->vg, 480, 95, speed_str, NULL); } // Add label