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:
parent
0fc3b32b7e
commit
d448d7b841
@ -55,10 +55,11 @@ void layoutDialog(const BITMAP *icon, const char *btnNo, const char *btnYes,
|
||||
line6, FONT_STANDARD);
|
||||
}
|
||||
|
||||
void layoutDialogEx(const BITMAP *icon, const char *btnNo, const char *btnYes,
|
||||
const char *desc, const char *line1, const char *line2,
|
||||
const char *line3, const char *line4, const char *line5,
|
||||
const char *line6, uint8_t font) {
|
||||
inline void layoutDialogEx(const BITMAP *icon, const char *btnNo,
|
||||
const char *btnYes, const char *desc,
|
||||
const char *line1, const char *line2,
|
||||
const char *line3, const char *line4,
|
||||
const char *line5, const char *line6, uint8_t font) {
|
||||
int left = 0;
|
||||
oledClear();
|
||||
if (icon) {
|
||||
|
Loading…
Reference in New Issue
Block a user