1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

docs: renew links for TOIF tool

[no changelog]
This commit is contained in:
obrusvit 2024-02-07 16:19:17 +01:00 committed by Vít Obrusník
parent d2ee3c18ed
commit 1cddc4cdb2

View File

@ -64,6 +64,9 @@ z = zlib.compressobj(level=9, wbits=-10)
zdata = z.compress(pixeldata) + z.flush()
```
## Tools
## TOIF tool
* [toif_convert](https://github.com/trezor/trezor-firmware/blob/master/core/tools/toif_convert.py) - tool for converting PNGs into TOI format and back
Tool for converting PNGs into TOI format and back, see the following links for more:
* [README](https://github.com/trezor/trezor-firmware/blob/main/python/tools/toiftool/README.md)
* [Code](https://github.com/trezor/trezor-firmware/blob/main/python/tools/toiftool/toiftool.py)