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

Updating all locations where DIRECTION was used instead of DECORATION #10037

Closed
wants to merge 0 commits into from

Conversation

dzaro-dev
Copy link
Contributor

@dzaro-dev dzaro-dev commented May 14, 2024

As per @MrD-RC 's feedback in PR#10031, I've updated all the locations where either

SYM_AH_DIRECTION_UP or SYM_AH_DIRECTION_DOWN were used to:

SYM_AH_DECORATION_UP and SYM_AH_DECORATION_UP.

I closed all the other PR's because this should be all under one PR and not separate ones.

This matches what is written in the the INAV Character Map.md and ensures that what is written there is also in the firmware code.

This also allowed the enabling of the direction scrolling arrows in displayport_msp_bf_compat.c when using DJI O3, as symbols are available to replace those blanks.

Hope this helps.

Comment on lines 93 to 99

*/
case SYM_AH_DECORATION_UP:
return BF_SYM_AH_DECORATION_UP;
return BF_SYM_ARROW_SMALL_UP;

case SYM_AH_DECORATION_DOWN:
return BF_SYM_AH_DECORATION_DOWN;
*/
return BF_SYM_ARROW_SMALL_DOWN;

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a separate PR. As it is not in the original scope.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MrD-RC No problem, I'll make a separate PR for this one.

Is ti possible to remove these changes from this PR?

Sorry, I'm not very well versed in GitHub things.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just revert these highlighted changes in the file, save and create/push a new commit.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, thank you, will do now. 👍

@dzaro-dev
Copy link
Contributor Author

@MrD-RC and @rmaia3d Is this ok now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants