mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-02 11:58:32 +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:
|
if NEW_RENDERING:
|
||||||
features.append('new_rendering')
|
features.append('new_rendering')
|
||||||
|
if TREZOR_MODEL in ('T', 'T3T1', ):
|
||||||
if TREZOR_MODEL in ('T',):
|
|
||||||
features.append('ui_antialiasing')
|
features.append('ui_antialiasing')
|
||||||
|
|
||||||
cargo_opts = [
|
cargo_opts = [
|
||||||
|
Loading…
Reference in New Issue
Block a user