MCUME/MCUME_teensy/teensyspeccy/platform_config.h
jean-marcharvengt 4023fce0c4 add msx computer
2020-03-15 17:14:13 +01:00

20 lines
387 B
C

#ifndef _PLATFORM_CONFIG_H_
#define _PLATFORM_CONFIG_H_
//#define OLD_LAYOUT 1
//#define ILI9341 1
#define ST7789 1
#define SWAP_JOYSTICK 1
//#define LOHRES 1
//#define ROTATE_SCREEN 1
#define EXTERNAL_SD 1
#define HAS_PSRAM 1
//#define USE_SDFAT 1
//#define SD_FAT_TYPE 1
//#define USE_SDFS 1
//#define SDFSDEV "1:"
#endif