MCUME/MCUME_teensy41/teensycastaway41/platform_config.h
2020-10-18 13:07:35 +02:00

26 lines
549 B
C

#ifndef _PLATFORM_CONFIG_H_
#define _PLATFORM_CONFIG_H_
//#define OLD_LAYOUT 1
#define HAS_T41 1
#define HAS_T4_VGA 1
#define HAS_SND 1
//#define INVX 1
#define INVY 1
#define HAS_USBKEY 1
//#define HAS_I2CKBD 1
//#define ILI9341 1
//#define ST7789 1
//#define SWAP_JOYSTICK 1
//#define LOHRES 1
//#define ROTATE_SCREEN 1
//#define EXTERNAL_SD 1
//#define USE_SDFAT 1
//#define SD_FAT_TYPE 1
//#define USE_SDFS 1
//#define SDFSDEV "1:"
#endif