Skip to content

Commit

Permalink
ui: on larger displays show address strings in groups of 4 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDriver committed Oct 8, 2024
1 parent 6e95410 commit b042f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/ui/confirm_address.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#if ADDRESS_STRING_GRID

#define ADDR_GRID_TOPPAD 12
#define ADDR_GRID_X 4
#define ADDR_GRID_X 5
#define ADDR_GRID_Y 5
#define ADDR_GRID_SIZE (ADDR_GRID_X * ADDR_GRID_Y)
#define ADDR_TEXTSPLITLEN (MAX_DISPLAY_ADDRESS_LEN / ADDR_GRID_SIZE)
Expand Down

0 comments on commit b042f1d

Please sign in to comment.