mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
feat(core): switch to 32 bit colors in T3W1 emulator
[no changelog]
This commit is contained in:
parent
9f52918d27
commit
1c7965421f
@ -17,9 +17,10 @@ def configure(
|
||||
hw_revision = 0
|
||||
mcu = "STM32F427xx"
|
||||
|
||||
defines += ["XFRAMEBUFFER", "DISPLAY_RGB585"]
|
||||
defines += ["XFRAMEBUFFER", "DISPLAY_RGBA8888", "UI_COLOR_32BIT"]
|
||||
features_available.append("xframebuffer")
|
||||
features_available.append("display_rgb565")
|
||||
features_available.append("display_rgba8888")
|
||||
features_available.append("ui_color_32bit")
|
||||
|
||||
defines += [mcu]
|
||||
defines += [f'TREZOR_BOARD=\\"{board}\\"']
|
||||
|
Loading…
Reference in New Issue
Block a user