1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-30 03:18:20 +00:00
trezor-firmware/core/embed/rust/src
obrusvit f354a3d6ba feat(core): introdue UiFeaturesFirmware
This commit introduces a trait defining high level UI building blocks.
The trait is common for all models.

trezorui_api module exposes these functions to MicroPython world.

`show_info` is implemented as a first function.
2024-11-19 16:24:23 +01:00
..
crypto refactor(core/rust): clean up macro namespace 2024-06-19 09:14:51 +02:00
micropython refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
protobuf chore(core): allow encoding protobuf into memoryview 2024-11-15 08:47:24 +01:00
storage feat(core): added user adjustable brightness setting 2024-06-03 14:26:25 +02:00
translations chore(core) Translate hard-coded 'Enable labeling' string 2024-11-06 18:34:05 +01:00
trezorhal refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
ui feat(core): introdue UiFeaturesFirmware 2024-11-19 16:24:23 +01:00
debug.rs feat(core): introduce uformat!, use uDebug in favor of Debug 2024-06-19 09:14:51 +02:00
error.rs refactor(core/rust): clean up macro namespace 2024-06-19 09:14:51 +02:00
io.rs fix(core): fix slow jpeg decoding 2024-09-25 12:46:57 +02:00
lib.rs refactor(core/rust): clean up macro namespace 2024-06-19 09:14:51 +02:00
macros.rs feat(core): introduce uformat!, use uDebug in favor of Debug 2024-06-19 09:14:51 +02:00
maybe_trace.rs
strutil.rs refactor(core): remove StringType 2024-06-19 09:14:51 +02:00
time.rs feat(core): word quiz enter animation 2024-06-06 14:00:13 +02:00
trace.rs