legacy: fix style

pull/464/head
Pavol Rusnak 5 years ago
parent 1a71c7a3e8
commit 4cbbc3da64
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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();
}

Loading…
Cancel
Save