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

13 lines
279 B
C

#include "platform_config.h"
//#define ST7789 1
//#define ILI9341 1
#define TFT_LINEARINT 1
#define LINEARINT_HACK 1
//#define FLIP_SCREEN 1
//#define TFT_DEBUG 1
#if defined(__IMXRT1052__) || defined(__IMXRT1062__)
#define TFT_STATICFB 1
#endif