mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
bootloader: fix build
This commit is contained in:
parent
688d293b01
commit
815f0057dd
@ -137,7 +137,7 @@ INC += -I../extmod/modtrezorui
|
|||||||
SRC_MOD += $(addprefix extmod/modtrezorui/,\
|
SRC_MOD += $(addprefix extmod/modtrezorui/,\
|
||||||
display.c \
|
display.c \
|
||||||
inflate.c \
|
inflate.c \
|
||||||
font_robotomono_regular.c \
|
font_robotomono_regular_20.c \
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ void screen_upload_progress(int permil)
|
|||||||
char *plabel = label;
|
char *plabel = label;
|
||||||
// TODO: convert permil -> plabel
|
// TODO: convert permil -> plabel
|
||||||
display_text_center(120, 192 + 32, "Uploading firmware", -1, FONT_NORMAL, ui_WHITE, ui_BLACK);
|
display_text_center(120, 192 + 32, "Uploading firmware", -1, FONT_NORMAL, ui_WHITE, ui_BLACK);
|
||||||
display_loader(permil, ui_BLUE, ui_BLACK, 0, 0, 0);
|
display_loader(permil, 0, ui_BLUE, ui_BLACK, 0, 0, 0);
|
||||||
display_text_center(120, 192 / 2 + 14 / 2, plabel, -1, FONT_BOLD, ui_WHITE, ui_BLACK);
|
display_text_center(120, 192 / 2 + 14 / 2, plabel, -1, FONT_BOLD, ui_WHITE, ui_BLACK);
|
||||||
display_refresh();
|
display_refresh();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user