1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00

fix(legacy): make bootloader fit into its region

[no changelog]
This commit is contained in:
Ondrej Mikle 2021-11-22 15:36:03 +01:00
parent 0fc3b32b7e
commit d448d7b841

View File

@ -55,10 +55,11 @@ void layoutDialog(const BITMAP *icon, const char *btnNo, const char *btnYes,
line6, FONT_STANDARD); line6, FONT_STANDARD);
} }
void layoutDialogEx(const BITMAP *icon, const char *btnNo, const char *btnYes, inline void layoutDialogEx(const BITMAP *icon, const char *btnNo,
const char *desc, const char *line1, const char *line2, const char *btnYes, const char *desc,
const char *line3, const char *line4, const char *line5, const char *line1, const char *line2,
const char *line6, uint8_t font) { const char *line3, const char *line4,
const char *line5, const char *line6, uint8_t font) {
int left = 0; int left = 0;
oledClear(); oledClear();
if (icon) { if (icon) {