Adding support for the Radiomaster TX15 and other 480x320px color screen radios #190
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ADDING SUPPORT FOR 480x320PX RADIOS
This PR is about adding support for the Radiomaster TX15 and other radios with 480x32px radios, fixing some minor bugs with compass graph.
The original script works on the TX15 when compiled on the radio, but it doesn't extend all the way to the bottom.
To avoid changing the png images, I kept everythinga the top to be the same and I only adjusted things at the bottom. of the script (the blue background part).
In summary I have adjusted the vertical spacing of things, added a little "S" at the bottom of the compass (since there is now space for this) and generally tidied up some minor thing.
I also fixed what looked like a bug to me. The bottom line of the triangle from the compass was left as "GRAY" and I changed that to be the same color as the text and the other two lines of the triangle.
Here is a picture of how the final result looks like:
It might not be perfect and the vertical space that is left could potentially be used in a much better way, but like this the script is the same for all radios.
I was thinking of adding an entire new row with other useful information, but for now, this is OK.
If you have any questions or suggestions, let me know.