mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-31 18:40:56 +00:00
modtrezorui: fix last commit
This commit is contained in:
parent
d0c59fdf3d
commit
69f1569761
@ -244,7 +244,7 @@ void display_print(const char *text, int textlen)
|
||||
{
|
||||
#define COLS (DISPLAY_RESX / 6)
|
||||
#define ROWS (DISPLAY_RESY / 8)
|
||||
static char textbuf[ROWS][COLS] = {0};
|
||||
static char textbuf[ROWS][COLS];
|
||||
static uint8_t row = 0, col = 0;
|
||||
|
||||
// determine text length if not provided
|
||||
|
Loading…
Reference in New Issue
Block a user