forked from commaai/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a toggle to enable model long (commaai#130)
* Show ui by starting with ./ui debug (commaai#129) * enable UI drawing when manually running ./ui * get args test * get args test * get args test * get args test * ohhh * test * test * test * test * test * test * see if this is cleaner * this should work! * remove * start to add model ui toggle * add struct * try a wider button * comment * what is this, get rid of it * now center * is this better? * x and y padding * change coords * add text * coords * coords * coords * coords * just want to see how the cordinates work * center * got it wrong lol * okay, this should center it * same thing as before but don't change text's coords * same thing as before but don't change text's coords * hide text * here we go * here we go * make center greeeeen! * ohhh... does this fix it all? * coords * coords * padding * padding * coords * coords * coords * coords * coords * coords * coords * coords * coords * coords * coords * coords * coords * coords * coords * coords * coords * coords * coords * add uiview.py for debugging the ui and update scons nodes * see if this is correct * see if this is correct * see if this is correct * see if this is correct * see if this is correct * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * fix * fix * fix * debug * debug * move up? * debug * debug * debug * add padding * add e2e long * add modelLongAlert and debug * add modelLongAlert and debug * debug * debug * maybe this will enable sound? * update alerts * color code outline * add background * add background * add background * add background * add background * add background * add background * add background * clean up * clean up * add uiview * don't need this * remove uiview * add back * remove
- Loading branch information
Showing
11 changed files
with
177 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#!/bin/sh | ||
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH" | ||
exec ./_ui | ||
|
||
exec ./_ui "$@" |
Oops, something went wrong.