- UI layouts name changes:
- model_tt -> model_ford
- model_tr -> model_buick
- model_mercury stays the same
- input_flow function names are based on UI layout and not internal
model name (i.e. mercury instead of t3t1)
- directory names and commentary changed accordingly
[no changelog]
- the new module is the place for type definitions of the interface
between rust and micropython world.
- the new module will replace `trezorui2` with `trezorui_api`
[no changelog]
This makes it possible to run HW tests on the T3T1 where animations mess
things up. It also speeds up HW tests on other models slightly.
export TREZOR_DISABLE_ANIMATION=0 to build a debug firmware with
animations enabled