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

Flex: Add nbgl masking syscall #718

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Flex: Add nbgl masking syscall #718

merged 1 commit into from
Aug 21, 2024

Conversation

abonnaudet-ledger
Copy link
Member

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Tests
  • Documentation
  • Other (for changes that might not fit in any category)

@codecov-commenter
Copy link

codecov-commenter commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.20%. Comparing base (fddeb90) to head (d497dc1).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #718   +/-   ##
=======================================
  Coverage   60.20%   60.20%           
=======================================
  Files          12       12           
  Lines        1729     1729           
=======================================
  Hits         1041     1041           
  Misses        688      688           
Flag Coverage Δ
unittests 60.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -1360,6 +1360,26 @@ static void draw_image_file(nbgl_image_file_t *obj, nbgl_obj_t *prevObj, bool co
nbgl_frontDrawImageFile((nbgl_area_t *) obj, obj->buffer, BLACK, ramBuffer);
}

#ifdef HAVE_NBGL_MASKING
Copy link
Contributor

Choose a reason for hiding this comment

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

To be more consistent with other NBGL options (NBGL_PAGE, NBGL_KEYBOARD...), it would be better to rename this flag into NBGL_MASKING

@abonnaudet-ledger abonnaudet-ledger force-pushed the abo_nbgl_mask branch 2 times, most recently from f8355d5 to c4109a7 Compare August 20, 2024 13:26
@abonnaudet-ledger abonnaudet-ledger merged commit 141a673 into master Aug 21, 2024
197 checks passed
@abonnaudet-ledger abonnaudet-ledger deleted the abo_nbgl_mask branch August 21, 2024 12:14
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.

3 participants