TFT_eSPI/User_Setups/Setup23_TTGO_TM.h

44 lines
1.1 KiB
C
Raw Normal View History

2018-11-25 17:20:40 +00:00
// Setup for the TTGO TM (Music) ESP32 board with 2.4" ST7789V display
#define USER_SETUP_ID 23
2018-11-25 17:20:40 +00:00
// See SetupX_Template.h for all options available
2018-11-25 17:20:40 +00:00
#define ST7789_DRIVER
#define TFT_SDA_READ // Read from display, it only provides an SDA pin
#define TFT_MISO 19 // Must be defined even though it is not used
#define TFT_MOSI 23 // Connected to display SDA line
#define TFT_SCLK 18
#define TFT_CS 05
#define TFT_DC 16
#define TFT_RST 17
#define TOUCH_CS -1
2018-11-25 17:20:40 +00:00
#define TFT_WIDTH 240
#define TFT_HEIGHT 320
//#define TFT_RGB_ORDER TFT_RGB // Colour order Red-Green-Blue
#define TFT_RGB_ORDER TFT_BGR // Colour order Blue-Green-Red
2020-12-26 16:34:11 +00:00
// Black and white swap option
//#define TFT_INVERSION_ON
#define TFT_INVERSION_OFF
2018-11-25 17:20:40 +00:00
#define LOAD_GLCD
#define LOAD_FONT2
#define LOAD_FONT4
#define LOAD_FONT6
#define LOAD_FONT7
#define LOAD_FONT8
#define LOAD_GFXFF
#define SMOOTH_FONT
#define SPI_FREQUENCY 40000000 // This display also seems to work reliably at 80MHz
2021-11-03 23:45:16 +00:00
//#define SPI_FREQUENCY 80000000
2018-11-25 17:20:40 +00:00
#define SPI_READ_FREQUENCY 6000000 // 6 MHz is the maximum SPI read speed for the ST7789V