Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating the new UI #4

Closed
supersimple33 opened this issue Nov 20, 2020 · 4 comments
Closed

Creating the new UI #4

supersimple33 opened this issue Nov 20, 2020 · 4 comments
Assignees
Labels
bug Something isn't working display Something Is Wrong With The Display
Projects
Milestone

Comments

@supersimple33
Copy link
Owner

It is now time to ditch the old UI. I plan on having the same green display as the HUD in an F15 fighter jet and similar HUDs but displaying the relevant information for a car.

@supersimple33 supersimple33 added the display Something Is Wrong With The Display label Nov 20, 2020
@supersimple33 supersimple33 self-assigned this Nov 20, 2020
@supersimple33 supersimple33 added this to the Historic milestone Nov 20, 2020
@supersimple33 supersimple33 added this to To do in JHUD Work Nov 20, 2020
@supersimple33 supersimple33 moved this from To do to In progress in JHUD Work Nov 20, 2020
@supersimple33
Copy link
Owner Author

I have coded the static UI for the pygame window and so far it looks pretty good. I have also added labels for the speed and rpm however those are just demo values for now.

@supersimple33
Copy link
Owner Author

I have added the horizontal dynamic bar to the HUD that will represent the compass heading and move as the car turns. The bar receives its data from the LSM9DS1 via rpiIMU2.py.

@supersimple33
Copy link
Owner Author

The horizontal bar and its labels break when the heading is a factor of 15. The vertical bars for speed and rpm also break when their values are a factor of 20 and 100 respectively.

@supersimple33 supersimple33 added the bug Something isn't working label Nov 20, 2020
@supersimple33
Copy link
Owner Author

I have fixed the issue where labels would disappear at certain intervals. I have also resized the UI to look nicer and better use the screen. The UI is still basic but its most defining aspect is now finished.

@supersimple33 supersimple33 moved this from In progress to Done in JHUD Work Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working display Something Is Wrong With The Display
Projects
Development

No branches or pull requests

1 participant