Skip to content

Commit

Permalink
Merge pull request #506 from LedgerHQ/fix-missing-define-for-stax
Browse files Browse the repository at this point in the history
Stax - Fix missing SCREEN_SIZE_WALLET flag
  • Loading branch information
nroggeman-ledger committed Jan 16, 2024
2 parents 570aaa6 + 52a6bb4 commit bb1971c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.defines
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,11 @@ DEFINES += HAVE_PIEZO_SOUND
DEFINES += HAVE_SE_TOUCH
DEFINES += NBGL_PAGE
DEFINES += NBGL_USE_CASE
DEFINES += SCREEN_SIZE_WALLET
#DEFINES += HAVE_DISPLAY_FAST_MODE
else
DEFINES += BAGL_WIDTH=128
DEFINES += SCREEN_SIZE_NANO
ifdef USE_NBGL
DEFINES += HAVE_NBGL
DEFINES += NBGL_STEP
Expand Down

0 comments on commit bb1971c

Please sign in to comment.