#include "platform_config.h" #ifdef TEENSYBOY #define ST7789 1 #define ROTATE_SCREEN 1 #else #define ILI9341 1 #endif #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