-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Improve display of Battery and GPS data on HUD #2921
Conversation
ExtLibs/Controls/HUD.cs
Outdated
@@ -31,9 +31,9 @@ | |||
|
|||
namespace MissionPlanner.Controls | |||
{ | |||
public class HUD2: HUD | |||
public class graphicsObject: HUD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this be undone
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question. I did not explicitly do this. I wonder if MVS took over here.
ExtLibs/Controls/HUD.cs
Outdated
@@ -102,6 +102,21 @@ private void FreeBitmap() | |||
bitmap = null; | |||
} | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and this undone
could you post a before and after screenshot? |
This reverts commit 6020ca4.
@meee1 I just reverted the first commit, which wasn't necessary, which addresses the questions you had. I think when I first started modifying this file, MVS did some wierd things to the RESX file. That wasn't necessary, I just removed that commit. Only the CS file is modified and changes should make more sense. |
yeah, i was going to say the resx is redundant, as its 100% user drawn in code, so no designed parts. |
Changes to the HUD add display improvements for the Battery and GPS displays in single and dual line modes, and move all text to be "bottom justified".