MCUME/MCUME_teensy41/teecomputeraudiovideotest/platform_config.h

35 wiersze
720 B
C

#ifndef _PLATFORM_CONFIG_H_
#define _PLATFORM_CONFIG_H_
// Will work on TEECOMPUTER as is
// NO TEECOMPUTER specific switch
#define HAS_T4_VGA 1
//#define INVX 1
#define INVY 1
#define HAS_SND 1
#define HAS_USB 1
//#define HAS_USBKEY 1
//#define HAS_USBMOUSE 1
//#define HAS_USBMIDI 1
//#define HAS_USBJOY 1 // not working yet
//#define PT8211 1
//#define FLIP_SCREEN 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