Commit abe5a442 authored by Bodmer's avatar Bodmer

Allow DMA for RPi MHS 4.0 ST7796 display

Plus minor comment tweaks
parent df23e146
// Setup for the TTGO T4 ("Bitcoin Tracker") ESP32 board with 2.2" ILI9341 display
// Setup for the TTGO T4 v1.1 ("Bitcoin Tracker") ESP32 board with 2.2" ILI9341 display
// See SetupX_Template.h for all options available
#define ILI9341_DRIVER
//#define TFT_BACKLIGHT_ON HIGH // LED control for TTGO T4 v1.3 only
//#define TFT_BL 4
#define TFT_MISO 12
#define TFT_MOSI 23
#define TFT_SCLK 18
#define TFT_CS 27
#define TFT_DC 26
#define TFT_DC 26 // pin 32 for TTGO T4 v1.3
#define TFT_RST 5
#define LOAD_GLCD
......
// Setup for the TTGO T4 v1.3 ESP32 board with 2.2" ILI9341 display
// See SetupX_Template.h for all options available
#define ILI9341_DRIVER
#define TFT_BACKLIGHT_ON HIGH
......@@ -10,7 +12,7 @@
#define TFT_SCLK 18
#define TFT_CS 27
#define TFT_DC 32
#define TFT_DC 32 // pin 26 for TTGO T4 v1.3 <<<<<<<<<<< Note
#define TFT_RST 5
#define LOAD_GLCD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment