1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 14:59:06 +00:00
trezor-firmware/core/embed/extmod/modtrezorui
Pavol Rusnak d211e3af07
fix(core): switch define to invert display colors into const volatile
using define causes compiler to over-optimize the code in display_init_seq
leading to larger differences in the resulting binaries when the flag changes

we want to keep the difference to minimum (1 byte) and using const volatile
instead of define achieves that
2021-03-11 12:29:00 +01:00
..
display-stm32_1.h
display-stm32_T.h fix(core): switch define to invert display colors into const volatile 2021-03-11 12:29:00 +01:00
display-unix.h style(core): fix bootloader formatting 2021-03-04 19:21:56 +01:00
display.c perf(core): enable rendering of substrings to avoid slicing 2021-01-11 16:47:59 +01:00
display.h feat(core): refactor display_init_seq from display_init 2021-03-04 17:04:35 +01:00
font_bitmap.c
font_bitmap.h
font_pixeloperator_bold_8.c core: remove 1px of space on the left of each glyph 2020-09-01 19:57:46 +02:00
font_pixeloperator_bold_8.h
font_pixeloperator_regular_8.c core: remove 1px of space on the left of each glyph 2020-09-01 19:57:46 +02:00
font_pixeloperator_regular_8.h
font_pixeloperatormono_regular_8.c core: remove 1px of space on the left of each glyph 2020-09-01 19:57:46 +02:00
font_pixeloperatormono_regular_8.h
font_roboto_bold_20.c core/fonts: update headers 2020-07-28 10:56:41 +02:00
font_roboto_bold_20.h
font_roboto_regular_20.c core/fonts: update headers 2020-07-28 10:56:41 +02:00
font_roboto_regular_20.h
font_robotomono_regular_20.c core/fonts: update headers 2020-07-28 10:56:41 +02:00
font_robotomono_regular_20.h
loader.h
modtrezorui-display.h perf(core): enable rendering of substrings to avoid slicing 2021-01-11 16:47:59 +01:00
modtrezorui.c
qr-code-generator