Increased UI buffers size for newer devices

This commit is contained in:
Alexandre Paillier
2024-06-20 11:32:51 +02:00
parent ab914230ce
commit c7f5ba67e8
3 changed files with 4 additions and 0 deletions

View File

@@ -138,8 +138,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 {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB