mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-30 02:18:16 +00:00
![]() - `render_loader` shows classic circular loader going around the display, implemented by rendering `ScreenBorder` and hiding it by 5 black rectangles which progressively diminish - `render_loader_indeterminate` shows progress loader without known duration, implemented by rendering `ScreenBorder` in clip which travels around the SCREEN in an octagonal shape. This achieves an effect of a constant length line going around the screen shape - implement `show_progress` and `show_progress_coinjoin` FirmwareUI functions chore(eckhart): remove animation code from Header |
||
---|---|---|
.. | ||
.changelog.d | ||
assets | ||
embed | ||
mocks | ||
site_scons | ||
src | ||
tests | ||
tools | ||
translations | ||
vendor | ||
.coveragerc | ||
.dockerignore | ||
.gitignore | ||
.towncrier.template.md | ||
asan_blacklist.txt | ||
asan_suppressions.txt | ||
AUTHORS | ||
CHANGELOG.md | ||
CHANGELOG.T2B1.md | ||
CHANGELOG.T2T1.md | ||
CHANGELOG.T3B1.md | ||
CHANGELOG.T3T1.md | ||
CHANGELOG.unreleased | ||
COPYING | ||
emu.py | ||
emu.sh | ||
Makefile | ||
pyrightconfig.json | ||
README.md | ||
SConscript.boardloader | ||
SConscript.bootloader | ||
SConscript.bootloader_ci | ||
SConscript.bootloader_emu | ||
SConscript.firmware | ||
SConscript.kernel | ||
SConscript.prodtest | ||
SConscript.reflash | ||
SConscript.unix | ||
SConstruct | ||
towncrier.toml |
Trezor Core
Firmware currently running on Model T and the Trezor Safe family.
See docs/core
for more info.