TychoVrahe

Results 60 comments of TychoVrahe

Squashed, rebased, fixed https://github.com/trezor/trezor-firmware/pull/2339#discussion_r923900217 Also changed the animation end detection in https://github.com/trezor/trezor-firmware/commit/e32aaf6543194d0ad8458550a78b5fb8a40d516e and https://github.com/trezor/trezor-firmware/commit/413ac64563d9945ad1f02093e05f8e0f7eefe5fd since the issue has been fixed in meantime. Open points: - offset handling - do we...

related https://github.com/trezor/trezor-firmware/issues/2082

ad the 2287 issue: agree that splitting could be a way, though the shape is just circle and rounded triangle for which procedural implementation would make more sense. The glyph...

> ever want to display a 4bpp image as-is yeah that doesn't seem to be very useful. but this blending could be similar to 1bpp image usage on TT, in...

One more thing to consider when optimizing decompression in animations like loader with icon is to do the decompression only once instead of during every frame. The decompressed data would(should)...

seems to me that both .flash and .flash2 are already executable or am i missing something?

found some explanation here: http://web.mit.edu/rhel-doc/3/rhel-ld-en-3/memory.html tldr: this instructs the linker to place sections which are not explicitly mapped into regions into the regions defined here according to the attributes. since...