1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

legacy: fix style

This commit is contained in:
Pavol Rusnak 2019-08-28 15:09:12 +02:00
parent 1a71c7a3e8
commit 4cbbc3da64
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -48,7 +48,8 @@ void pinmatrix_draw(const char *text) {
for (int i = 0; i < 3; i++) {
// 36 is the maximum pixels used for a pin matrix pixel row
// 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();
}