mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-04 11:51:50 +00:00
legacy: fix style
This commit is contained in:
parent
1a71c7a3e8
commit
4cbbc3da64
@ -48,7 +48,8 @@ void pinmatrix_draw(const char *text) {
|
|||||||
for (int i = 0; i < 3; i++) {
|
for (int i = 0; i < 3; i++) {
|
||||||
// 36 is the maximum pixels used for a pin matrix pixel row
|
// 36 is the maximum pixels used for a pin matrix pixel row
|
||||||
// but we use 56 pixels to add some extra
|
// but we use 56 pixels to add some extra
|
||||||
oledSCAInside(12 + i * (h + pad), 12 + i * (h + pad) + h - 1, 56, 38, OLED_WIDTH - 38);
|
oledSCAInside(12 + i * (h + pad), 12 + i * (h + pad) + h - 1, 56, 38,
|
||||||
|
OLED_WIDTH - 38);
|
||||||
}
|
}
|
||||||
oledRefresh();
|
oledRefresh();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user