fix(core): T3T1 emulator

[no changelog]
obrusvit/ui-t3t1-reset-device-apple-hotfix
Martin Milata 2 months ago committed by obrusvit
parent 59fc8853ec
commit 4e5146b9bf

@ -494,6 +494,7 @@ env = Environment(ENV=os.environ, CFLAGS='%s -DCONFIDENTIAL= -DPYOPT=%s -DBITCOI
if TREZOR_MODEL in ('T', 'T3T1'):
UI_LAYOUT = 'UI_LAYOUT_TT'
ui_layout_feature = 'model_tt'
# XXX TODO
elif TREZOR_MODEL in ('1', 'R'):
UI_LAYOUT = 'UI_LAYOUT_TR'
ui_layout_feature = 'model_tr'

@ -28,6 +28,14 @@
#define USE_OPTIGA 1
#endif
#ifdef TREZOR_MODEL_T3T1
#define USE_TOUCH 1
#define USE_SD_CARD 1
#define USE_SBU 1
#define USE_RGB_COLORS 1
#define USE_BACKLIGHT 1
#endif
#include "display-unix.h"
#endif //_BOARD_UNIX_H

Loading…
Cancel
Save