You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/tools/snippets
matejcik 640685a41f
chore(core/tools): add decomobine snippet, add readme
1 year ago
..
README.md chore(core/tools): add decomobine snippet, add readme 1 year ago
change_icon_format.py feat(core/rust): use dma2d to improve rendering performance, implement text over image and icon over icon functions 2 years ago
decombine.py chore(core/tools): add decomobine snippet, add readme 1 year ago

README.md

Core-specific snippets

decombine.py

Take a combined.bin file which is the output of core/tools/combine_firmware, split it back into original parts, and verify that there is no unnaccounted for noise.

change_icon_format.py

Converts all TOIF icons from the old endianity to the new one.