You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/embed/trezorhal/boards/trezor_t.h

13 lines
206 B

#ifndef _TREZOR_T_H
#define _TREZOR_T_H
#define USE_SD_CARD 1
#define USE_I2C 1
#define USE_TOUCH 1
#define USE_SBU 1
#define USE_DISP_I8080_8BIT_DW 1
#include "displays/st7789v.h"
#endif //_TREZOR_T_H