Skip to content

Commit

Permalink
Increased UI buffers size for newer devices
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Jun 12, 2024
1 parent 7e19a59 commit 14474fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/shared_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,12 @@ typedef struct txStringProperties_s {
#ifdef TARGET_NANOS
#define SHARED_CTX_FIELD_1_SIZE 100
#else
#ifdef SCREEN_SIZE_WALLET
#define SHARED_CTX_FIELD_1_SIZE 380
#else
#define SHARED_CTX_FIELD_1_SIZE 256
#endif
#endif
#define SHARED_CTX_FIELD_2_SIZE 40

typedef struct strDataTmp_s {
Expand Down

0 comments on commit 14474fc

Please sign in to comment.