mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-31 19:08:28 +00:00
fixup! feat(core): refactor display drivers
This commit is contained in:
parent
c1c7f3e659
commit
d6bdaa9332
@ -248,9 +248,8 @@ def cargo_build():
|
||||
|
||||
if NEW_RENDERING:
|
||||
features.append('new_rendering')
|
||||
|
||||
if TREZOR_MODEL in ('T',):
|
||||
features.append('ui_antialiasing')
|
||||
if TREZOR_MODEL in ('T', 'T3T1', ):
|
||||
features.append('ui_antialiasing')
|
||||
|
||||
cargo_opts = [
|
||||
f'--target={env.get("ENV")["RUST_TARGET"]}',
|
||||
|
Loading…
Reference in New Issue
Block a user