mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-01 19:38:33 +00:00
fixup! feat(core): refactor display drivers
This commit is contained in:
parent
c1c7f3e659
commit
d6bdaa9332
@ -248,8 +248,7 @@ def cargo_build():
|
||||
|
||||
if NEW_RENDERING:
|
||||
features.append('new_rendering')
|
||||
|
||||
if TREZOR_MODEL in ('T',):
|
||||
if TREZOR_MODEL in ('T', 'T3T1', ):
|
||||
features.append('ui_antialiasing')
|
||||
|
||||
cargo_opts = [
|
||||
|
Loading…
Reference in New Issue
Block a user