mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-08 07:38:11 +00:00
fixup! fix(core/ui): style update: fonts
This commit is contained in:
parent
81e4fd817e
commit
7ae3e7da62
@ -52,7 +52,7 @@ def process_bitmap_buffer(buf, bpp):
|
|||||||
return res
|
return res
|
||||||
|
|
||||||
|
|
||||||
def drop_left_columns(buf: list[int], width: int, drop: int):
|
def drop_left_columns(buf, width, drop):
|
||||||
res = []
|
res = []
|
||||||
for i in range(len(buf)):
|
for i in range(len(buf)):
|
||||||
if i % width >= drop:
|
if i % width >= drop:
|
||||||
|
Loading…
Reference in New Issue
Block a user