Skip to content

Commit

Permalink
[update] New icons
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Oct 4, 2023
1 parent 0867efe commit 1652c11
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 2 deletions.
Binary file removed glyphs/stax_recovery_64px.gif
Binary file not shown.
Binary file modified glyphs/stax_recovery_check_64px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/stax_recovery_check_32px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/stax/passphrase_length_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
nbgl_image_t *passphrase_length_set_icon() {
nbgl_image_t *image = (nbgl_image_t *) nbgl_objPoolGet(IMAGE, 0);
image->foregroundColor = BLACK;
image->buffer = &C_stax_recovery_64px;
image->buffer = &C_stax_recovery_check_64px;
image->obj.area.bpp = NBGL_BPP_1;
image->obj.alignmentMarginX = ICON_X;
image->obj.alignmentMarginY = ICON_Y;
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/navigator.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ def _write(self, characters: str):
# the screen can be compared, when it has not reached its last state yet.
# Adding extra time after writing to have a better chance to get the expected screen
self.screen.keyboard.write(characters)
sleep(0.3)
sleep(1)
Binary file modified tests/functional/snapshots/stax/check_previous_word/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/functional/snapshots/stax/check_previous_word/00005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/functional/snapshots/stax/correct.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/functional/snapshots/stax/first_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/functional/snapshots/stax/first_18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/functional/snapshots/stax/first_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/functional/snapshots/stax/incorrect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/functional/snapshots/stax/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/functional/snapshots/stax/passphrase_length.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/functional/snapshots/stax/second_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/functional/snapshots/stax/third_24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/functional/snapshots/stax/welcome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1652c11

Please sign in to comment.